diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-04-29 09:59:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-29 09:59:56 +0200 |
| commit | 3ca34a0dc2e32b56f9a82190ae93468777b451e7 (patch) | |
| tree | a869690cb9acf00d6d651ad314f9a9c5477c2469 /docs/smart_scripts.md | |
| parent | 342bc7dbd3a7963bc796bfe4879fc0491c8d7aba (diff) | |
| download | wiki-3ca34a0dc2e32b56f9a82190ae93468777b451e7.tar.gz wiki-3ca34a0dc2e32b56f9a82190ae93468777b451e7.tar.bz2 wiki-3ca34a0dc2e32b56f9a82190ae93468777b451e7.zip | |
Add documentation for SAI action type "SMART_ACTION_MOVE_FORWARD" (46) (#38)
Diffstat (limited to 'docs/smart_scripts.md')
| -rw-r--r-- | docs/smart_scripts.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 525bf2e..795479d 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -2386,8 +2386,9 @@ This is the probability of the event to occur as a percentage from 0-100. So, if <td><p>Set Data For Target, can be used with SMART_EVENT_DATA_SET</p></td> </tr> <tr class="odd"> -<td><p>SMART_ACTION_UNUSED_46</p></td> +<td><p>SMART_ACTION_MOVE_FORWARD</p></td> <td><p>46</p></td> +<td><p>distance</p></td> <td><p><br /> </p></td> <td><p><br /> @@ -2398,10 +2399,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if </p></td> <td><p><br /> </p></td> -<td><p><br /> -</p></td> -<td><p><br /> -</p></td> +<td><p>move self forward for the specified distance (point movement)</p></td> </tr> <tr class="even"> <td><p>SMART_ACTION_SET_VISIBILITY</p></td> |
