Difference between revisions of "GetActorTemplateFlag"

25 bytes added ,  01:31, 20 December 2016
no edit summary
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
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  |origin = LU
  |origin = LU
  |summary = Returns the state of a template flag in an actor base.
  |summary = Returns the state of a template flag in an actor base.
 
|name = GetActorTemplateFlag
|returnType = bool
|arguments =
  {{FunctionArgument
  |Name = actor
  |Type = form
  }}{{FunctionArgument
  |Name = flag
  |Type = int
  }}
==Template Flags==
==Template Flags==
<pre>001&#09;use traits
<pre>001&#09;use traits
Line 15: Line 24:
200&#09;use script
200&#09;use script
</pre>
</pre>
|name = GetActorTemplateFlag
|returnType = bool
|arguments =
  {{FunctionArgument
  |Name = actor
  |Type = form
  }}{{FunctionArgument
  |Name = flag
  |Type = int
  }}
}}
}}
==See Also==
==See Also==
Line 30: Line 29:


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