GetActorAlpha

From the Fallout3 GECK Wiki
Revision as of 03:02, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the calling actor's current <i>Alpha</i> as a floating point number ranging from 0.0 to 1.0, with 0.0 corresponding to fully-tran...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the calling actor's current Alpha as a floating point number ranging from 0.0 to 1.0, with 0.0 corresponding to fully-transparent and 1.0 to fully-opaque.

Syntax

[help]
(alpha:float) reference.GetActorAlpha

Example

set fAlpha to actorRef.GetActorAlpha

Notes

  • Higher values indicate more light: the values appear to range from 0 for complete darkness, to 100 for very bright light.

See Also