Difference between revisions of "SetActorAlpha"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Quarn
Line 1: Line 1:
'''Syntax:'''
=='''Description'''==
SetActorAlpha ''[0.0 - 1.0]''
saa ''[0.0 - 1.0]''
'''Example:'''
SetActorAlpha .5


Sets the actor's alpha value (how transparent they are).
=='''Syntax'''==
''[ActorRef.]''SetActorAlpha ''[0.0 - 1.0]''
''[ActorRef.]''SAA ''[0.0 - 1.0]''


Sets the actor's alpha value (how transparent they are).
=='''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