Difference between revisions of "SET 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 |...) |
|||
| Line 4: | Line 4: | ||
|p1t=pointer | |p1t=pointer | ||
|p1d=Pointer to Char | |p1d=Pointer to Char | ||
| − | |p2t=float | + | |p2t=float |
| − | |p2d=X | + | |p2d=The X velocity of the char to be set. |
| − | |p3t=float | + | |p3t=float |
| − | |p3d=Y | + | |p3d=The Y velocity of the char to be set. |
| − | |p4t=float | + | |p4t=float |
| − | |p4d=Z | + | |p4d=The Z velocity of the char to be set. |
|r=0 | |r=0 | ||
}} | }} | ||
Revision as of 07:40, 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.