modding:function:sysstoptime
Differences
This shows you the differences between two versions of the page.
| modding:function:sysstoptime [2014/12/27 04:40] – external edit 127.0.0.1 | modding:function:sysstoptime [2017/01/28 04:11] (current) – Added new syntaxes 0xabcdef | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Discuss this page on this pages [[sysStopTime Talk Page|TalkPage]] | + | [[sysStopTime Talk Page|Discuss this page]] |
| === sysStopTime === | === sysStopTime === | ||
| Line 5: | Line 5: | ||
| See [[http:// | See [[http:// | ||
| - | ^ Syntax | (sysStopTime | + | ^ Syntax |
| - | ^ Arguments | number: How many ticks you want to stop time for. | | + | ^ Syntax 2 | (sysStopTime targetList duration) -> True/ |
| - | ^ | spaceObject: A space object that you want immune from the time stop. Can be any spaceobject. (can not be Nil) | | + | ^ Arguments |
| + | ^ | except: A space object that you want immune from the time stop. Can be any spaceobject. (can not be Nil) | | ||
| + | ^ Arguments 2 | targetList: A list of space objects to stop time on. | | ||
| + | ^ | duration: How many ticks you want to stop time for. | | ||
| ^ Returns | condition: True if successful, Nil otherwise. | | ^ Returns | condition: True if successful, Nil otherwise. | | ||
| ^ Category | [[system]], [[time]] | | ^ Category | [[system]], [[time]] | | ||
| - | ^ Description | Stops time for the game except for the given spaceObject. Please | + | ^ Description |
| + | ^ Description 2 | Stops time for only the specified objects and their timers. | | ||
| + | |||
| + | This function does not work for objects with the attribute **timeStopImmune** | ||
| === Example === | === Example === | ||
| Line 16: | Line 22: | ||
| <code lisp> | <code lisp> | ||
| Stops time for everything except for the player. | Stops time for everything except for the player. | ||
| + | |||
| + | <code lisp> | ||
| + | Freezes the player' | ||
| Return to [[: | Return to [[: | ||
modding/function/sysstoptime.1419655255.txt.gz · Last modified: (external edit)
