Difference between revisions of "GET CHAR VELOCITY"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |||
|np=4 | |np=4 | ||
|p1t=pointer | |p1t=pointer | ||
Line 10: | Line 9: | ||
|p4t=float reference | |p4t=float reference | ||
|p4d=Z Velocity is saved to this variable | |p4d=Z Velocity is saved to this variable | ||
− | |||
}} | }} | ||
Gets x, y and z velocities of the char. | Gets x, y and z velocities of the char. | ||
− | |||
− |
Revision as of 11:29, 27 December 2008
Number of parameters: 4 | ||
---|---|---|
Parameter # | Type | Description |
1. | pointer | Pointer to Char |
2. | float reference | X Velocity is saved to this variable |
3. | float reference | Y Velocity is saved to this variable |
4. | float reference | Z Velocity is saved to this variable |
Return value: | ||
Type | Description | |
None |
Gets x, y and z velocities of the char.