|
Arma Reforger Script API
|
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_SpecialCollisionDamageEffect > | m_aSpecialCollisions |
| int | m_iContactType |
| float | m_fContactHeightOverride |
| 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.
| [in] | character | which got in contact with this entity |
Implements SCR_SpecialCollisionHandlerComponent.