Difference between revisions of "GetActorLevelingData"

22 bytes added ,  15:18, 27 March 2015
no edit summary
imported>Jazzisparis
imported>Jazzisparis
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Returns the specified leveling data value of an actor. The value returned is determined by dataType (see below).
  |summary = Returns the specified leveling data value of an actor. The value returned is determined by <i>dataType</i> (see below).
  |name = GetActorLevelingData
  |name = GetActorLevelingData
  |returnType = dataValue:float
  |returnType = dataValue:float
Line 21: Line 21:
==Notes==
==Notes==
Valid values for dataType:
Valid values for dataType:
*0 - Fixed Level/Level Mult.
<pre>
*1 - Calc. Min.
0&#09;Fixed Level/Level Mult.
*2 - Calc. Max.
1&#09;Calc. Min.
2&#09;Calc. Max.</pre>
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
Anonymous user