sysFindObject without specific data

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
alterecco
Fleet Officer
Fleet Officer
Posts: 1658
Joined: Wed Jan 14, 2009 3:08 am
Location: Previously enslaved by the Iocrym

Hi George,

I am not sure if this is possible already, and I could not seem to find it in the source or any docs, but I would like a quick way to find all objects without specific data on it. An inverse 'D' would be fine. Something like
(sysFindObject Nil "s -D:Transformed") would be awesome.

Right now what seems the fastest way to achieve the same is finding all objects, then finding all with the data, and then doing a complement of the two lists.
Post Reply