M3setSpriteClickability Scol 5.x or above required
Sets if a sprite object is clickable.
Prototype :
fun [S3d H3d I] I
- S3d : a 3d session
- H3d : a spriteobject
- I : 0 if not clickable (default status), 1 (or any other value different from 0) if clickable.
Return : I 0 if success or nil if an error occurs
See also :
Example :