Difference between revisions of "IS CHAR FACING CHAR"
Jump to navigation
Jump to search
FiddleSticks (talk | contribs) (Created page with '{{Native |np = 3 |p1t = integer |p1d = Ped handle |p2t = integer |p2d = Other char |p3t = float |p3d = Angle }}') |
m (Added return info) |
||
| Line 2: | Line 2: | ||
|np = 3 | |np = 3 | ||
|p1t = integer | |p1t = integer | ||
| − | |p1d = | + | |p1d = First char |
|p2t = integer | |p2t = integer | ||
|p2d = Other char | |p2d = Other char | ||
|p3t = float | |p3t = float | ||
|p3d = Angle | |p3d = Angle | ||
| + | |r=1 | ||
| + | |rt=bool | ||
| + | |rd=Whether the first char is facing the other char | ||
}} | }} | ||
Latest revision as of 16:39, 25 September 2011
| Number of parameters: 3 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | integer | First char |
| 2. | integer | Other char |
| 3. | float | Angle |
| Return value: | ||
| Type | Description | |
| bool | Whether the first char is facing the other char | |