ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Tracking built objects without liveupdate (Sdk)
Tracking built objects without liveupdate // Sdkstrike rapierNov 25, 2002, 7:30pm
Hello Everyone,
Im having a little bit of a dilemma at this time as despite reading though the entire C++ sdk site to get all the attribute details etc I cannot work out a way of tracking only the objects I make, I keep an array of the objects I have created, but have no way to find which numbers that are returned in AW_CALLBACK_OBJECT_RESULT. I need a way to identify these objects so I can later delete them as querying takes far too long and the systems the bot requires rapid tracking the avatars, setting the objects and changing them within about 5 seconds of me ordering the launch. - Mark grimbleNov 25, 2002, 7:39pm
Isn't the new number returned immediately in AW_OBJECT_NUMBER regardless of
whether the callback is set?? [View Quote] |