Difference between revisions of "TASK CHAR SLIDE TO COORD"
Jump to navigation
Jump to search
(Added page) |
AngryAmoeba (talk | contribs) |
||
| Line 4: | Line 4: | ||
|p1d=The char to slide | |p1d=The char to slide | ||
|p2t=Float | |p2t=Float | ||
| − | |p2d=X | + | |p2d=X coordinate |
|p3t=Float | |p3t=Float | ||
| − | |p3d=Y | + | |p3d=Y coordinate |
|p4t=Float | |p4t=Float | ||
| − | |p4d=Z | + | |p4d=Z coordinate |
| − | |p5t= | + | |p5t=Float |
| − | |p5d= | + | |p5d=Heading |
| − | |p6t= | + | |p6t=Float |
| − | |p6d= | + | |p6d=Speed multiplier |
|r=0 | |r=0 | ||
}} | }} | ||
This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate. | This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate. | ||
Latest revision as of 03:07, 16 September 2012
| Number of parameters: 6 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | Handle | The char to slide |
| 2. | Float | X coordinate |
| 3. | Float | Y coordinate |
| 4. | Float | Z coordinate |
| 5. | Float | Heading |
| 6. | Float | Speed multiplier |
| Return value: | ||
| Type | Description | |
| None | ||
This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate.