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