Difference between revisions of "GetLeveledActorBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = NVSE |summary = Returns a leveled actor's actual, root base form. |name = GetLeveledActorBase |returnType = baseForm:ref |referenceType = reference...")
 
imported>Jazzisparis
Line 7: Line 7:
  |example = ActorRef.GetLeveledActorBase
  |example = ActorRef.GetLeveledActorBase
}}
}}
 
==See Also==
*[[GetActorTemplate]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 13:08, 27 March 2015

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

A function added by the New Vegas Script Extender.

Description

Returns a leveled actor's actual, root base form.

Syntax

[help]
(baseForm:ref) reference.GetLeveledActorBase

Example

ActorRef.GetLeveledActorBase

See Also