![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| IEntity | GetTargetEntity () |
| void | GetTargetHitPosDirNorm (out vector hitPosDirNorm[3]) |
| float | GetAngleToTarget () |
| void | SetAngleToTarget (float newangleCos) |
| float | GetDistanceToTarget () |
| int | GetTargetNodeId () |
| int | GetTargetColliderId () |
| SurfaceProperties | GetTargetSurfaceProps () |
| void | SCR_BlastedEntityEntry (notnull IEntity ent, vector hitPos, vector hitDir, vector hitNorm, float angleCos, float distance, int nodeId, int colliderId, SurfaceProperties surfaceProp) |
Protected Attributes | |
| IEntity | m_TargetEntity |
| vector | m_vHitPosDirNorm [3] |
| float | m_fAngleCos |
| float | m_fDistance |
| int | m_iNodeId |
| int | m_iColliderId |
| SurfaceProperties | m_SurfaceProps |
Definition at line 1 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
| [in] | ent | subject of the entry |
| [in] | hitPos | |
| [in] | hitDir | |
| [in] | hitNorm | normal of the hit surface |
| [in] | angleCos | dot product of the blast direction and the diretion from blast origin to the hit position |
| [in] | distance | from the blast origin |
| [in] | nodeId | |
| [in] | colliderId | |
| [in] | surfaceProp |
Definition at line 77 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 26 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 40 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 54 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 13 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
| [out] | hitPosDirNorm |
Definition at line 19 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 47 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
Definition at line 61 of file SCR_BlastedEntityEntry.c.
|
inlineprotected |
| [in] | newangleCos | dot product of the blast direction and the diretion from blast origin to the hit position |
Definition at line 33 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 5 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 6 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 8 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 7 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 9 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 3 of file SCR_BlastedEntityEntry.c.
|
protected |
Definition at line 4 of file SCR_BlastedEntityEntry.c.