![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_SpecialCollisionHandlerComponentClass |
Functions | |
| SCR_SpecialCollisionHandlerComponentClass ScriptComponentClass | GetContactHeight () |
| void | GetSpecialCollisionDamageEffects (notnull inout array< SCR_SpecialCollisionDamageEffect > damageEffects) |
| int | GetContactType () |
| float | GetContactHeightOverride () |
| void | SetContactHeight (float height) |
| void | OnContactStart (notnull SCR_ChimeraCharacter character) |
| void | OnContactEnd (notnull SCR_ChimeraCharacter character) |
Variables | |
| ref array< ref SCR_SpecialCollisionDamageEffect > | m_aSpecialCollisions |
| int | m_iContactType |
| float | m_fContactHeightOverride |
| SCR_SpecialCollisionHandlerComponentClass ScriptComponentClass GetContactHeight | ( | ) |
Definition at line 1 of file SCR_SpecialCollisionHandlerComponent.c.
|
protected |
Definition at line 73 of file SCR_SpecialCollisionHandlerComponent.c.
|
protected |
Definition at line 67 of file SCR_SpecialCollisionHandlerComponent.c.
|
protected |
Definition at line 58 of file SCR_SpecialCollisionHandlerComponent.c.
| 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
| [in] | character | which got in contact with this entity |
| 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
| [in] | character | which got in contact with this entity |
Definition at line 1 of file SCR_AntiPersonnelMineCollisionHandlerComponent.c.
|
protected |
This sets the value in share memory space, which affects all instances of this prefab
| [in] | height |
Definition at line 81 of file SCR_SpecialCollisionHandlerComponent.c.
|
protected |
Definition at line 48 of file SCR_SpecialCollisionHandlerComponent.c.
|
protectedbound |
Definition at line 54 of file SCR_SpecialCollisionHandlerComponent.c.
|
protected |
Definition at line 51 of file SCR_SpecialCollisionHandlerComponent.c.