setHasSight
setHasSight() Function
• Introduced in version 1.3b48
Enables/disables sight for the Current Token. If the argument is 0 (false) sight will be disabled on the Current Token. If it is non-zero (true) sight is enabled.
Usage
setHasSight(state)
Parameters
state
- Boolean - true to enable sight, false to disable
Example
Enables sight for Current Token
Returns: Empty String.
[h: setHasSight(1)]