FutureProg functions
clearmorphtimer
clearmorphtimer overload 1
Boolean clearmorphtimer(Item item)
Available in
- computer function
- computer program
- standard futureprog
This function stops an item from morphing. Its timer will not resume unless specifically made to do so via SetMorphTimer. This function returns true unless there was a problem, e.g. item was null.
| Parameter | Type | Description |
|---|---|---|
item |
Item |
The item who's morph timer you want to clear |