Difference between revisions of "GetLeveledActorBase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
(One intermediate revision 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 10: Line 10:
*[[GetActorTemplate]]
*[[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