Difference between revisions of "IS CHAR TOUCHING OBJECT"
Jump to navigation
Jump to search
FiddleSticks (talk | contribs) (Created page with '{{Native |np = 2 |p1t = integer |p1d = Char handle. |p2t = handle |p2d = Object handle. }} This function returns true if character is touching specified object.') |
(added r=1) |
||
| Line 5: | Line 5: | ||
|p2t = handle | |p2t = handle | ||
|p2d = Object handle. | |p2d = Object handle. | ||
| + | |r = 1 | ||
| + | |rt = bool | ||
| + | |rd = Whether the specified character is touching the specified object. | ||
}} | }} | ||
This function returns true if character is touching specified object. | This function returns true if character is touching specified object. | ||
Latest revision as of 23:16, 7 April 2012
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | integer | Char handle. |
| 2. | handle | Object handle. |
| Return value: | ||
| Type | Description | |
| bool | Whether the specified character is touching the specified object. | |
This function returns true if character is touching specified object.