Code Examples
v4.0
Getting the impact on Stats
If you want to get the impact on stats
, you can use the GetEffectOn()
method, which returns (float, float)
, for the value and proficiency effect. This is useful for displaying the full information about a GameItemObject
, such as damage, or other stat effects.
Last updated