Difference between revisions of "GET CHAR VELOCITY"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
{{Native | {{Native | ||
|np=4 | |np=4 | ||
| − | |p1t= | + | |p1t=handle |
| − | |p1d= | + | |p1d=char handle |
| − | |p2t= | + | |p2t=pointer |
| − | |p2d=X Velocity | + | |p2d=variable to store X Velocity |
| − | |p3t= | + | |p3t=pointer |
| − | |p3d=Y Velocity | + | |p3d=variable to store Y Velocity |
| − | |p4t= | + | |p4t=pointer |
| − | |p4d=Z Velocity | + | |p4d=variable to store Z Velocity |
}} | }} | ||
Gets x, y and z velocities of the char. | Gets x, y and z velocities of the char. | ||
Latest revision as of 11:31, 27 December 2008
| Number of parameters: 4 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | handle | char handle |
| 2. | pointer | variable to store X Velocity |
| 3. | pointer | variable to store Y Velocity |
| 4. | pointer | variable to store Z Velocity |
| Return value: | ||
| Type | Description | |
| None | ||
Gets x, y and z velocities of the char.