diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-05-26 15:14:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-26 15:14:16 +0200 |
| commit | acad03c1040a78ec06c7367576b493ca7bc9ae04 (patch) | |
| tree | b046a2565783463b48e797a91d14ddc35bebc8c8 /docs | |
| parent | 78cd78359bbe88302939935a5db2128d99f2a985 (diff) | |
| download | wiki-acad03c1040a78ec06c7367576b493ca7bc9ae04.tar.gz wiki-acad03c1040a78ec06c7367576b493ca7bc9ae04.tar.bz2 wiki-acad03c1040a78ec06c7367576b493ca7bc9ae04.zip | |
fix(smart_scripts): Update documentation for SAI action type "SMART_ACTION_MOVE_TO_POS" (46) (#52)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/smart_scripts.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index bce1c23..f1ff56c 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -2750,13 +2750,13 @@ This is the probability of the event to occur as a percentage from 0-100. So, if <td><p>69</p></td> <td><p>PointId</p></td> <td><p>isTransport (0 or 1)</p></td> -<td><p>disablePathfinding (0 or 1)</p></td> +<td><p>controlled (0 or 1)</p></td> <td><p>ContactDistance</p></td> <td><p><br /> </p></td> <td><p><br /> </p></td> -<td><p>PointId is called by SMART_EVENT_MOVEMENTINFORM. Continue this action with the TARGET_TYPE column. Use any target_type, and use target_x, target_y, target_z, target_o as the coordinates</p></td> +<td><p>PointId is called by SMART_EVENT_MOVEMENTINFORM. Continue this action with the TARGET_TYPE column. Use any target_type, and use target_x, target_y, target_z as the coordinates; if an entity is specified as target and also coordinates are set (target x,y,z) those coordinates are handled as offset from the target's position</p></td> </tr> <tr class="odd"> <td><p>SMART_ACTION_RESPAWN_TARGET</p></td> |
