MER.StopAnimation
Optional integration
This method requires ProjectMapEditorReborn.
Stops a MER animation.
Syntax
MER.StopAnimation *schematic_reference animator_index? "animator_name"?
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
schematic reference | Yes | a reference to MERSchematic object. | |
animator index | No | A whole number bigger or equal 1 | Default: 1 |
animator name | No | Any text e.g. "Hello, World!" | Default: use animator index |
Details
Select the animator by name or one-based index.
Possible errors
- The schematic is invalid.
- The animator index is out of range or its name was not found.
- The requested state or parameter does not exist.
On a running server
Use serhelp MER.StopAnimation to inspect the reference generated by your installed SER version.