Difference between revisions of "GetActorTemplateFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the state of a template flag in an actor base. ==Template Flags== <pre>001 use traits 002 use stats 004 use factions...")
 
imported>Pintocat
Line 30: Line 30:


[[Category:Actor_Functions_(Lutana)]]
[[Category:Actor_Functions_(Lutana)]]
[[SetActorTemplateFlag]]

Revision as of 01:28, 20 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the state of a template flag in an actor base.

Template Flags

001	use traits
002	use stats
004	use factions
008	use actor effect list
010	use AI data
020	use AI packages
040	use model/animation
080	use base data
100	use inventory
200	use script

Syntax

[help]
(bool) GetActorTemplateFlag actor:form flag:int

See Also

SetActorTemplateFlag