| Functions Documentation |
|
| Name |
objUnregisterForEvents |
| Syntax |
(objUnregisterForEvents spaceObject spaceObject) |
| Argument List |
spaceObject: The space object that you want to stop getting messages to.
spaceObject: The space object that you want to stop getting messages from. |
| Returns |
condition: True if successful. |
| Category |
spaceobject
|
| Description |
Causes the first space object to stop receiving events generated by second space object. |
| Example |
|
| Comment |
Stops the events that were caused by objRegisterForEvents. |