Endstar LUA API Documentation
|
Used to modify the hostility behavior of a hittable prop. More...
Public Member Functions | |
void | SetHostilityLossRate (Context instigator, float value) |
Set the rate at which a targeter loses hostility per second. | |
void | SetHostilityDamageAddend (Context instigator, float value) |
Set the amount of hostility a targeter gains when damaged. | |
Used to modify the hostility behavior of a hittable prop.
void SetHostilityDamageAddend | ( | Context | instigator, |
float | value ) |
Set the amount of hostility a targeter gains when damaged.
instigator | The source context triggering this change |
value | The amount of hostility per damage instance |
void SetHostilityLossRate | ( | Context | instigator, |
float | value ) |
Set the rate at which a targeter loses hostility per second.
instigator | The source context triggering this change |
value | The new hostility loss rate. |