Difference between revisions of "DOES OBJECT EXIST"
Jump to navigation
Jump to search
(New page: '''DOES_OBJECT_EXIST''' [Gta.Object) Returns information wheter object exists or not.) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Native | |
| − | + | |np=1 | |
| − | Returns | + | |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.