![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | EOnInit (IEntity owner) |
| void | EOnContact (IEntity owner, IEntity other, Contact contact) |
| event void | TriggeredInSafetyDistance (IEntity pHitEntity, inout vector outMat[3], IEntity damageSource, notnull Instigator instigator, string colliderName, float speed) |
| void | EOnInit (IEntity owner) |
| void | EOnContact (IEntity owner, IEntity other, Contact contact) |
| event void | TriggeredInSafetyDistance (IEntity pHitEntity, inout vector outMat[3], IEntity damageSource, notnull Instigator instigator, string colliderName, float speed) |
Definition at line 12 of file BaseTriggerComponent.c.
Event when physics engine registered contact with other RigidBody
| owner | The owner entity |
| other | Other Entity who contacted us |
| contact | Structure describing the contact |
Event when physics engine registered contact with other RigidBody
| owner | The owner entity |
| other | Other Entity who contacted us |
| contact | Structure describing the contact |
|
protected |
Event after entity is allocated and initialized.
| owner | The owner entity |
|
protected |
Event after entity is allocated and initialized.
| owner | The owner entity |
|
protected |
Called when trigger is triggered within safety distance.
| pHitEntity | Damaged entity |
| outMat | Hit position/direction/normal |
| damageSource | Projectile |
| Instigator | Instigator of the damage |
| colliderName | Collider name if exist otherwise empty |
| speed | Projectile velocity in m/s |
|
protected |
Called when trigger is triggered within safety distance.
| pHitEntity | Damaged entity |
| outMat | Hit position/direction/normal |
| damageSource | Projectile |
| Instigator | Instigator of the damage |
| colliderName | Collider name if exist otherwise empty |
| speed | Projectile velocity in m/s |