Difference between revisions of "SET CHAR VELOCITY"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
{{Native | {{Native | ||
| − | |||
|np=4 | |np=4 | ||
|p1t=pointer | |p1t=pointer | ||
| Line 10: | Line 9: | ||
|p4t=float | |p4t=float | ||
|p4d=The Z velocity of the char to be set. | |p4d=The Z velocity of the char to be set. | ||
| − | |||
}} | }} | ||
Sets x, y and z velocities of the char. | Sets x, y and z velocities of the char. | ||
| − | |||
| − | |||
Latest revision as of 11:30, 27 December 2008
| Number of parameters: 4 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | pointer | Pointer to Char |
| 2. | float | The X velocity of the char to be set. |
| 3. | float | The Y velocity of the char to be set. |
| 4. | float | The Z velocity of the char to be set. |
| Return value: | ||
| Type | Description | |
| None | ||
Sets x, y and z velocities of the char.