Difference between revisions of "SetActorLevelingData"
Jump to navigation
Jump to search
no edit summary
imported>Jazzisparis (Created page with "{{Function |origin = NVSE |summary = Sets the specified leveling data value of an actor. The value that is set is determined by <i>dataType</i> (see below). |name = SetActo...") |
imported>Jazzisparis |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = | |origin = JIP | ||
|summary = Sets the specified leveling data value of an actor. The value that is set is determined by <i>dataType</i> | |summary = Sets the specified leveling data value of an actor. The value that is set is determined by <i>dataType</i>: | ||
<pre>0	Fixed Level/Level Mult. | |||
1	Calc. Min. | |||
2	Calc. Max.</pre> | |||
|name = SetActorLevelingData | |name = SetActorLevelingData | ||
|returnType = dataValue:float | |returnType = dataValue:float | ||
Line 22: | Line 25: | ||
This will set Craig Boone's calculated minimum level to 5. | This will set Craig Boone's calculated minimum level to 5. | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[GetActorLevelingData]] | *[[GetActorLevelingData]] | ||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] |