![]() |
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_SecondaryExplosionType |
| class | SCR_SecondaryExplosion |
Enumerations | |
| enum | SCR_ESecondaryExplosionType |
| Exploding material type. More... | |
Functions | |
| enum SCR_ESecondaryExplosionType | BaseContainerProps (configRoot:true) |
| class SCR_SecondaryExplosionType | _WB_GetCustomTitle (BaseContainer source, out string title) |
| SCR_ESecondaryExplosionType | GetExplosionType () |
| EResourceType | GetResourceType () |
| SCR_SecondaryExplosion | GetSecondaryExplosionForScale (SCR_ESecondaryExplosionScale scale) |
| SCR_ESecondaryExplosionScale | GetSecondaryExplosionScale (float value) |
| ResourceName | GetExplosionPrefab (float value) |
| ResourceName | GetFireParticles (float value) |
Variables | |
| enum SCR_ESecondaryExplosionType | NONE |
| Fire state definitions. | |
| enum SCR_ESecondaryExplosionType | SMALL |
| enum SCR_ESecondaryExplosionType | MEDIUM |
| enum SCR_ESecondaryExplosionType | LARGE |
| DEFAULT | |
| FUEL | |
| AMMO | |
| TIRE | |
| BATTERY | |
| RESOURCE | |
| SCR_ESecondaryExplosionType | m_eSecondaryExplosionType |
| EResourceType | m_eResourceType |
| ref array< ref SCR_SecondaryExplosion > | m_aSecondaryExplosions |
| float | m_fMinValue |
| SCR_ESecondaryExplosionScale | m_eSecondaryExplosionScale |
| ResourceName | m_sSecondaryExplosionPrefab |
| ResourceName | m_sSecondaryFireParticles |
Exploding material type.
Definition at line 4 of file SCR_SecondaryExplosions.c.
| class SCR_SecondaryExplosionType _WB_GetCustomTitle | ( | BaseContainer | source, |
| out string | title ) |
Definition at line 1 of file SCR_SecondaryExplosions.c.
| enum SCR_ESecondaryExplosionType BaseContainerProps | ( | configRoot:true | ) |
Definition at line 1 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 257 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 212 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 278 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 218 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 224 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 236 of file SCR_SecondaryExplosions.c.
| @ AMMO |
Definition at line 28 of file SCR_SecondaryExplosions.c.
| BATTERY |
Definition at line 30 of file SCR_SecondaryExplosions.c.
| @ DEFAULT |
Definition at line 26 of file SCR_SecondaryExplosions.c.
| @ FUEL |
Definition at line 27 of file SCR_SecondaryExplosions.c.
| enum SCR_ESecondaryExplosionType LARGE |
|
protected |
Definition at line 209 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 206 of file SCR_SecondaryExplosions.c.
| SCR_ESecondaryExplosionScale m_eSecondaryExplosionScale |
Definition at line 236 of file SCR_SecondaryExplosions.c.
|
protected |
Definition at line 203 of file SCR_SecondaryExplosions.c.
| float m_fMinValue |
Definition at line 233 of file SCR_SecondaryExplosions.c.
| ResourceName m_sSecondaryExplosionPrefab |
Definition at line 239 of file SCR_SecondaryExplosions.c.
| ResourceName m_sSecondaryFireParticles |
Definition at line 242 of file SCR_SecondaryExplosions.c.
| enum SCR_ESecondaryExplosionType MEDIUM |
| enum SCR_ESecondaryExplosionType NONE |
Fire state definitions.
| RESOURCE |
Definition at line 31 of file SCR_SecondaryExplosions.c.
| enum SCR_ESecondaryExplosionType SMALL |
| TIRE |
Definition at line 29 of file SCR_SecondaryExplosions.c.