FutureProg functions
canswitchform
Overload 1
canswitchform overload 1
Boolean canswitchform(Character character, Number form)
Available in
- computer function
- computer program
- standard futureprog
Returns true if the character can voluntarily switch to the specified form right now.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose forms you want to inspect |
form |
Number |
The form alias or body id |
Overload 2
canswitchform overload 2
Boolean canswitchform(Character character, Text form)
Available in
- computer function
- computer program
- standard futureprog
Returns true if the character can voluntarily switch to the specified form right now.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose forms you want to inspect |
form |
Text |
The form alias or body id |