Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AntiPersonnelMineCollisionHandlerComponent Interface Reference
Inheritance diagram for SCR_AntiPersonnelMineCollisionHandlerComponent:
SCR_SpecialCollisionHandlerComponent

Public Member Functions

override void OnContactStart (notnull SCR_ChimeraCharacter character)
 Method called when character starts colliding with this entity Method is executed on the client that owns the character as well as on the server.
 
- Public Member Functions inherited from SCR_SpecialCollisionHandlerComponent
void GetSpecialCollisionDamageEffects (notnull inout array< SCR_SpecialCollisionDamageEffect > damageEffects)
 
int GetContactType ()
 
float GetContactHeight ()
 
void OnContactEnd (notnull SCR_ChimeraCharacter character)
 Method called when character stops colliding with this entity Method is executed on the client that owns the character as well as on the server.
 

Additional Inherited Members

- Protected Attributes inherited from SCR_SpecialCollisionHandlerComponent
ref array< ref SCR_SpecialCollisionDamageEffectm_aSpecialCollisions
 
int m_iContactType
 
float m_fContactHeightOverride
 

Member Function Documentation

◆ OnContactStart()

override void SCR_AntiPersonnelMineCollisionHandlerComponent.OnContactStart ( notnull SCR_ChimeraCharacter character)

Method called when character starts colliding with this entity Method is executed on the client that owns the character as well as on the server.

Parameters
[in]characterwhich got in contact with this entity

Implements SCR_SpecialCollisionHandlerComponent.


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