Difference between revisions of "SetNthEntryValue - Perk"
→Notes
imported>A.ellis m (A.ellis moved page SetNthEntryValue to SetNthEntryValue - Perk) |
imported>Doulos (→Notes) |
||
Line 17: | Line 17: | ||
== Notes == | == Notes == | ||
The n value is the index of the entry in the perk, starting from 0. So if there are three entries for perk MyPerk, then MyPerk.SetNthEntryValue(0, 1, 100) would set the value of the first entry (indexed to 0) to 100. MyPerk.SetEntryValue(2, 1, 100) would set the value of the third entry to 100 and so on. | |||
== See Also == | == See Also == |