Added docs and project management tool update
This commit is contained in:
13
doc/bu/files/actorisvisible.txt
Normal file
13
doc/bu/files/actorisvisible.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#title ActorIsVisible [RCBasic Doc]
|
||||
#header function ActorIsVisible( actor )
|
||||
|
||||
Returns true if an actor is visible
|
||||
|
||||
#code
|
||||
SetActorVisible(actor, true)
|
||||
Print "Actor solid state: "; ActorIsVisible(actor) 'Outputs 1
|
||||
SetActorSolid(actor, false)
|
||||
Print "Actor solid state: "; ActorIsSolid(actor) 'Outputs 0
|
||||
#/code
|
||||
|
||||
#ref SetActorVisible
|
||||
Reference in New Issue
Block a user