Difference between revisions of "GET CHAR VELOCITY"
Jump to navigation
Jump to search
(New page: {{Native |noheader=0 |np=4 |p1t=pointer |p1d=Pointer to Char |p2t=float reference |p2d=X Velocity is saved to this variable |p3t=float reference |p3d=Y Velocity is saved to this variable |...) |
m |
||
Line 11: | Line 11: | ||
|p4d=Z Velocity is saved to this variable | |p4d=Z Velocity is saved to this variable | ||
|r=0 | |r=0 | ||
− | |||
− | |||
}} | }} | ||
+ | |||
+ | Gets x, y and z velocities of the char. | ||
[[Category:Native functions]] | [[Category:Native functions]] |
Revision as of 07:38, 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.