GetActorLevelingData
Revision as of 15:03, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = NVSE |summary = Returns the specified leveling data value of an actor. The value returned is determined by dataType (see below). |name = GetActorLeveli...")
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the specified leveling data value of an actor. The value returned is determined by dataType (see below).
Syntax
(dataValue:float) reference.GetActorLevelingData dataType:int baseForm:ref
Example
CraigBooneRef.GetActorLevelingData 0
This will return Craig Boone's base fixed level/level multiplier.
GetActorLevelingData 1 CraigBoone
This will return Craig Boone's calculated minimum level.
Notes
Valid values of dataType:
- 0 - Fixed Level/Level Mult.
- 1 - Calc. Min.
- 2 - Calc. Max.