Difference between revisions of "SetActorAlpha"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Quarn |
||
Line 1: | Line 1: | ||
''' | =='''Description'''== | ||
Sets the actor's alpha value (how transparent they are). | |||
=='''Syntax'''== | |||
''[ActorRef.]''SetActorAlpha ''[0.0 - 1.0]'' | |||
''[ActorRef.]''SAA ''[0.0 - 1.0]'' | |||
=='''Examples'''== | |||
SetActorAlpha 0.5 | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Game Effect Functions]] | [[Category:Game Effect Functions]] |
Revision as of 22:50, 19 April 2009
Description
Sets the actor's alpha value (how transparent they are).
Syntax
[ActorRef.]SetActorAlpha [0.0 - 1.0] [ActorRef.]SAA [0.0 - 1.0]
Examples
SetActorAlpha 0.5