Difference between revisions of "GetActorTemplate"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = NVSE |summary = Returns an actor's template. |name = GetActorTemplate |returnType = baseForm:ref |referenceType = reference |arguments = {{Functi...")
 
imported>Jazzisparis
Line 11: Line 11:
   |Optional = y
   |Optional = y
   }}
   }}
  |example = SomeRef.GetActorTemplate
  |example = ActorRef.GetActorTemplate


  GetActorTemplate AngelaWilliams
  GetActorTemplate AngelaWilliams
}}
}}
 
==See Also==
*[[GetLeveledActorBase]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 13:07, 27 March 2015

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

A function added by the New Vegas Script Extender.

Description

Returns an actor's template.

Syntax

[help]
(baseForm:ref) reference.GetActorTemplate baseForm:ref

Example

ActorRef.GetActorTemplate
GetActorTemplate AngelaWilliams

See Also