Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ExplosionDamageContainer Interface Reference
Inheritance diagram for ExplosionDamageContainer:
[legend]

Public Member Functions

proto external void SetIgnoreList (array< IEntity > ignoreList)
 
proto external void GetIgnoreList (out array< IEntity > outIgnoreList)
 
- Public Member Functions inherited from BaseProjectileEffect
proto external bool HasFinished ()
 Ask if the effect has finished or not.
 
proto external void SetHasFinished (bool value)
 Set if the effect is finished or not.
 
proto external bool IsEnabled ()
 Ask if the effect is enabled or not.
 
proto external void SetIsEnabled (bool value)
 Set if the effect is finished or not.
 
void OnInit (IEntity owner)
 Called during EOnInit.
 
void OnEffect (IEntity pHitEntity, inout vector outMat[3], IEntity damageSource, notnull Instigator instigator, string colliderName, float speed)
 Called when the effect is being applied.
 
void OnFrame (IEntity owner, float timeSlice)
 Called during EOnFrame.
 
bool ShouldTick ()
 OnFrame function should be called.
 

Member Function Documentation

◆ GetIgnoreList()

proto external void ExplosionDamageContainer.GetIgnoreList ( out array< IEntity >  outIgnoreList)

◆ SetIgnoreList()

proto external void ExplosionDamageContainer.SetIgnoreList ( array< IEntity >  ignoreList)

The documentation for this interface was generated from the following file: