Difference between revisions of "DOES OBJECT EXIST"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{Native | |
− | + | |np=1 | |
− | + | |p1t=handle | |
− | + | |p1d=object handle | |
− | + | |r=1 | |
− | + | |rt=boolean | |
− | + | |rd=true if the object handle is allocated | |
− | + | }} | |
− | + | Returns a boolean indicating if the specified object handle is allocated in the game. | |
− | |||
− | |||
− |
Latest revision as of 20:38, 20 January 2009
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | handle | object handle |
Return value: | ||
Type | Description | |
boolean | true if the object handle is allocated |
Returns a boolean indicating if the specified object handle is allocated in the game.