Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
m
→Member Functions: Restored AV as short version for Actor Value
imported>CraftySentinel (→SKSE Member Functions: Added GetID/EquipID functions, corrected UpdateWeight Params. Page should contain all SKSE Functions upto 1.06.16) |
imported>SarthesArai m (→Member Functions: Restored AV as short version for Actor Value) |
||
Line 86: | Line 86: | ||
|- | |- | ||
|[[DamageActorValue - Actor|''' | |[[DamageActorValue - Actor|'''DamageAV'''(String ''asValueName'', Float ''afDamage'')]] | ||
|Alias for DamageActorValue(). | |Alias for DamageActorValue(). | ||
|- | |- | ||
Line 138: | Line 138: | ||
|- | |- | ||
|[[ForceActorValue - Actor|''' | |[[ForceActorValue - Actor|'''ForceAV'''(String ''asValueName'', Float ''afNewValue'')]] | ||
|Alias for ForceActorValue(). | |Alias for ForceActorValue(). | ||
|- | |- | ||
Line 154: | Line 154: | ||
|- | |- | ||
|[[GetActorValue - Actor|Float ''' | |[[GetActorValue - Actor|Float '''GetAV'''(String ''asValueName'')]] | ||
|Alias for GetActorValue(). | |Alias for GetActorValue(). | ||
|- | |- | ||
|[[GetActorValuePercentage - Actor|Float ''' | |[[GetActorValuePercentage - Actor|Float '''GetAVPercentage'''(String ''asValueName'')]] | ||
|Alias for GetActorValuePercentage(). | |Alias for GetActorValuePercentage(). | ||
|- | |- | ||
Line 166: | Line 166: | ||
|- | |- | ||
|[[GetBaseActorValue - Actor|Float ''' | |[[GetBaseActorValue - Actor|Float '''GetBaseAV'''(String ''asValueName'')]] | ||
|Alias for GetBaseActorValue(). | |Alias for GetBaseActorValue(). | ||
|- | |- | ||
Line 470: | Line 470: | ||
|- | |- | ||
|[[ModActorValue - Actor|''' | |[[ModActorValue - Actor|'''ModAV'''(String ''asValueName'', Float ''afAmount'')]] | ||
|Alias for ModActorValue(). | |Alias for ModActorValue(). | ||
|- | |- | ||
Line 530: | Line 530: | ||
|- | |- | ||
|[[RestoreActorValue - Actor|''' | |[[RestoreActorValue - Actor|'''RestoreAV'''(String ''asValueName'', Float ''afAmount'')]] | ||
|Alias for RestoreActorValue(). | |Alias for RestoreActorValue(). | ||
|- | |- | ||
Line 570: | Line 570: | ||
|- | |- | ||
|[[SetActorValue - Actor|''' | |[[SetActorValue - Actor|'''SetAV'''(String ''asValueName'', Float ''afValue'')]] | ||
|Alias for SetActorValue(). | |Alias for SetActorValue(). | ||
|- | |- |