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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = JIP
  |summary = Returns a leveled actor's actual, root base form.
  |summary = Returns a leveled actor's actual, root base form.
  |name = GetLeveledActorBase
  |name = GetLeveledActorBase
Line 7: Line 7:
  |example = ActorRef.GetLeveledActorBase
  |example = ActorRef.GetLeveledActorBase
}}
}}
 
==See Also==
*[[GetActorTemplate]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]

Latest revision as of 14:16, 30 March 2015

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

A function added by the JIP NVSE Plugin.

Description

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

Syntax

[help]
(baseForm:ref) reference.GetLeveledActorBase

Example

ActorRef.GetLeveledActorBase

See Also