Difference between revisions of "0x0012"
From SimsWiki
m (Clarifications) |
|||
Line 1: | Line 1: | ||
=Remove Object Instance (0x0012)= | =Remove Object Instance (0x0012)= | ||
− | Used to remove object from | + | Used to remove (delete) an object inside the simulation from [[SimAntics]]. |
==Overview== | ==Overview== |
Revision as of 01:59, 12 July 2006
Contents |
Remove Object Instance (0x0012)
Used to remove (delete) an object inside the simulation from SimAntics.
Overview
Used to delete objects.
Use
The rightmost bit of the first opperator byte determines wich object will be removed: 0 for self, 1 for stack object.
The rightmost two bits of the third opperator byte determine the flags.
- The first (2 slot) determines whether to clean up all: 0 for yes, 1 for no.
- The second (1 slot) determines whether to return immediately: 0 for no, 1 for yes.