clickable
Returns if a target location is clickable.
clickable(Vector3) : true : false
-
Cast will only utilize a position if the spell being casted is a spell that requires clicking the mouse. Examples: Effloresence.
-
This is a wrapper of LineOfSight() and clickableEntity
Example
if clickable({x = 0, y = 0, z = 0}) then return cast(Efflorescence, 'none', {x = 0, y = 0, z = 0})end