![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Attributes | |
| EffectSound | m_BurningSound |
| ref Timer | m_FinalSmokeTimer |
| EffectSound | m_IgniteSound |
| Particle | m_ParFinalFire |
| Particle | m_ParInitialFire |
| Particle | m_ParJustSmoke |
| Particle | m_ParMainFire |
Static Protected Attributes | |
| const int | BURNING_NOISE_RANGE = 30 |
| const string | BURNING_SOUND = "roadflareLoop_SoundSet" |
| const int | FINAL_BURNING_STATE_TIME = 60 |
| const string | IGNITE_SOUND = "roadflareTurnOn_SoundSet" |
| const int | INITIAL_BURNING_STATE_TIME = 5 |
| vector | m_FlameLocalPos = "0 0.285 0" |
| int | PARTICLE_FINAL_FIRE = ParticleList.ROADFLARE_BURNING_ENDING |
| int | PARTICLE_FINAL_SMOKE = ParticleList.ROADFLARE_BURNING_SMOKE |
| int | PARTICLE_INIT_FIRE = ParticleList.ROADFLARE_BURNING_INIT |
| int | PARTICLE_MAIN_FIRE = ParticleList.ROADFLARE_BURNING_MAIN |
Static Private Attributes | |
| static const string | BURNING_MATERIAL = "dz\\gear\\consumables\\data\\road_flare_on.rvmat" |
| static const string | BURNING_TEXTURE = "dz\\gear\\consumables\\data\\road_flare_e_co.paa" |
| static const string | DEFAULT_MATERIAL = "dz\\gear\\consumables\\data\\road_flare.rvmat" |
| static const string | DEFAULT_TEXTURE = "dz\\gear\\consumables\\data\\road_flare_co.paa" |
| static const string | EXTINGUISHED_TIP = "Burned_out" |
| static const string | FLARE_CAP = "Flare_cap" |
| static const string | IGNITED_TIP = "Burning" |
| static const int | SELECTION_All = 3 |
| static const int | SELECTION_Burned_out = 1 |
| static const int | SELECTION_Burning = 0 |
| static const int | SELECTION_Pristine = 2 |
| static const string | STANDS_FOLDED = "Sticks_Flare_Folded" |
| static const string | STANDS_UNFOLDED = "Sticks_Flare_Unfolded" |
| static const string | UNIGNITED_TIP = "Pristine" |
| Static Private Attributes inherited from ItemBase | |
| const string | DEFAULT_MATERIAL = "dz\\gear\\camping\\data\\battery_charger.rvmat" |
| const string | GREEN_LIGHT_GLOW = "dz\\gear\\camping\\data\\battery_charger_light_g.rvmat" |
| static const string | LOOP_SOUND = "powerGeneratorLoop_SoundSet" |
| float | m_BlinkingStatusLightInterval = 0.4 |
| const string | RED_LIGHT_GLOW = "dz\\gear\\camping\\data\\battery_charger_light_r.rvmat" |
| const string | SEL_CLIPS_CAR = "clips_car_battery" |
| const string | SEL_CLIPS_DETACHED = "clips_detached" |
| const string | SEL_CLIPS_FOLDED = "clips_folded" |
| const string | SEL_CLIPS_TRUCK = "clips_truck_battery" |
| const string | SEL_CORD_FOLDED = "cord_folded" |
| const string | SEL_CORD_PLUGGED = "cord_plugged" |
| const string | SEL_LIGHT_STATE_1 = "light_stand_by" |
| const string | SEL_LIGHT_STATE_2 = "light_charging" |
| const string | SEL_LIGHT_STATE_3 = "light_charged" |
| const string | SEL_SWITCH_OFF = "switch_off" |
| const string | SEL_SWITCH_ON = "switch_on" |
| static const string | START_SOUND = "powerGeneratorTurnOn_SoundSet" |
| static const string | STOP_SOUND = "powerGeneratorTurnOff_SoundSet" |
| const string | SWITCH_LIGHT_GLOW = "dz\\gear\\camping\\data\\battery_charger_light_switch_on.rvmat" |
| const string | YELLOW_LIGHT_GLOW = "dz\\gear\\camping\\data\\battery_charger_light_y.rvmat" |
Definition at line 24 of file roadflare.c.
|
inlineprivate |
Definition at line 82 of file roadflare.c.
Definition at line 464 of file roadflare.c.
Definition at line 434 of file roadflare.c.
References m_BurningState.
|
inlineprivate |
Definition at line 400 of file roadflare.c.
References DestroyParticleEx(), m_ParFinalFire, m_ParInitialFire, m_ParJustSmoke, and m_ParMainFire.
Referenced by EEDelete(), and UpdateActiveParticles().
|
inlineprivate |
Definition at line 384 of file roadflare.c.
References Particle::SetWiggle(), and Particle::Stop().
Referenced by DestroyParticleEx().
|
inlineprivate |
Definition at line 393 of file roadflare.c.
References DestroyParticle().
Referenced by DestroyAllParticles(), and UpdateActiveParticles().
|
inlineprivate |
Definition at line 94 of file roadflare.c.
References DestroyAllParticles(), SEffectManager::DestroyEffect(), g_Game, m_BurningSound, m_FinalSmokeTimer, m_IgniteSound, and m_Light.
|
inlineprivate |
Definition at line 456 of file roadflare.c.
References TripwireTrap().
|
inlineprivate |
Definition at line 448 of file roadflare.c.
References STANDS_FOLDED, and STANDS_UNFOLDED.
|
inlineprivate |
Definition at line 416 of file roadflare.c.
References m_BurningState, STANDS_FOLDED, STANDS_UNFOLDED, and Vector().
|
inlineprivate |
Definition at line 118 of file roadflare.c.
References Serializer::Read(), and SetModelState().
|
inlineprivate |
Definition at line 111 of file roadflare.c.
References m_ModelState, and Serializer::Write().
|
inlineprivate |
Definition at line 469 of file roadflare.c.
References UpdateActiveParticles().
|
inlineprivate |
Definition at line 236 of file roadflare.c.
References FINAL_BURNING_STATE_TIME, g_Game, INITIAL_BURNING_STATE_TIME, m_BurningState, SetBurningStateSynchronized(), and UpdateActiveParticles().
|
inlineprivate |
Definition at line 190 of file roadflare.c.
References BURNING_SOUND, g_Game, IGNITE_SOUND, m_BurningSound, m_IgniteSound, m_Light, SetBurningState(), SetModelState(), and Vector().
|
inlineprivate |
Definition at line 286 of file roadflare.c.
References CALL_CATEGORY_SYSTEM, g_Game, GetEnergy(), m_BurningSound, m_FinalSmokeTimer, m_Light, SetBurningState(), SetBurningStateSynchronized(), SetModelState(), and UpdateActiveParticles().
|
inlineprivate |
Definition at line 476 of file roadflare.c.
References ActionAttach(), ActionDetach(), ActionLightItemOnFire(), and AddAction().
|
inlineprivate |
Definition at line 220 of file roadflare.c.
References m_BurningState.
Referenced by OnWorkStart(), and OnWorkStop().
|
inlineprivate |
Definition at line 226 of file roadflare.c.
References g_Game, and m_BurningState.
Referenced by OnWork(), OnWorkStop(), and StopSmoking().
|
inlineprivate |
Definition at line 88 of file roadflare.c.
References m_ModelState, and UpdateModelSelections().
Referenced by ActionTurnOnWhileInHands::OnStartClient(), ActionTurnOnWhileInHands::OnStartServer(), OnStoreLoad(), OnWorkStart(), and OnWorkStop().
|
inlineprivate |
Definition at line 409 of file roadflare.c.
References SetBurningStateSynchronized(), and UpdateActiveParticles().
|
inlineprivate |
Definition at line 327 of file roadflare.c.
References DestroyAllParticles(), DestroyParticleEx(), g_Game, m_BurningState, m_FlameLocalPos, m_ParFinalFire, m_ParInitialFire, m_ParJustSmoke, m_ParMainFire, PARTICLE_FINAL_FIRE, PARTICLE_FINAL_SMOKE, PARTICLE_INIT_FIRE, PARTICLE_MAIN_FIRE, and ParticleManager().
Referenced by OnVariablesSynchronized(), OnWork(), OnWorkStop(), and StopSmoking().
|
inlineprivate |
Definition at line 132 of file roadflare.c.
References DEFAULT_MATERIAL, DEFAULT_TEXTURE, EXTINGUISHED_TIP, FLARE_CAP, IGNITED_TIP, m_ModelState, SELECTION_Burned_out, SELECTION_Pristine, and UNIGNITED_TIP.
Referenced by SetModelState().
|
staticprivate |
Definition at line 76 of file roadflare.c.
|
staticprotected |
Definition at line 51 of file roadflare.c.
|
staticprotected |
Definition at line 49 of file roadflare.c.
Referenced by OnWorkStart().
|
staticprivate |
Definition at line 73 of file roadflare.c.
|
staticprivate |
Definition at line 75 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprivate |
Definition at line 72 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprivate |
Definition at line 65 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprotected |
Definition at line 28 of file roadflare.c.
Referenced by OnWork().
|
staticprivate |
Definition at line 62 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprotected |
Definition at line 50 of file roadflare.c.
Referenced by OnWorkStart().
|
staticprivate |
Definition at line 64 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprotected |
Definition at line 27 of file roadflare.c.
Referenced by OnWork().
|
protected |
Definition at line 47 of file roadflare.c.
Referenced by EEDelete(), OnWorkStart(), and OnWorkStop().
|
private |
Definition at line 30 of file roadflare.c.
Referenced by CanPutInCargo(), OnInventoryExit(), OnWork(), SetBurningState(), SetBurningStateSynchronized(), and UpdateActiveParticles().
|
protected |
Definition at line 54 of file roadflare.c.
Referenced by EEDelete(), and OnWorkStop().
|
staticprotected |
Definition at line 29 of file roadflare.c.
Referenced by UpdateActiveParticles().
|
protected |
Definition at line 48 of file roadflare.c.
Referenced by EEDelete(), and OnWorkStart().
|
private |
Definition at line 33 of file roadflare.c.
Referenced by EEDelete(), OnWorkStart(), and OnWorkStop().
|
private |
Definition at line 57 of file roadflare.c.
Referenced by OnStoreSave(), SetModelState(), and UpdateModelSelections().
|
private |
Definition at line 79 of file roadflare.c.
|
private |
Definition at line 80 of file roadflare.c.
|
protected |
Definition at line 38 of file roadflare.c.
Referenced by DestroyAllParticles(), and UpdateActiveParticles().
|
protected |
Definition at line 36 of file roadflare.c.
Referenced by DestroyAllParticles(), and UpdateActiveParticles().
|
protected |
Definition at line 39 of file roadflare.c.
Referenced by DestroyAllParticles(), and UpdateActiveParticles().
|
protected |
Definition at line 37 of file roadflare.c.
Referenced by DestroyAllParticles(), and UpdateActiveParticles().
|
staticprotected |
Definition at line 43 of file roadflare.c.
Referenced by UpdateActiveParticles().
|
staticprotected |
Definition at line 44 of file roadflare.c.
Referenced by UpdateActiveParticles().
|
staticprotected |
Definition at line 41 of file roadflare.c.
Referenced by UpdateActiveParticles().
|
staticprotected |
Definition at line 42 of file roadflare.c.
Referenced by UpdateActiveParticles().
|
staticprivate |
Definition at line 70 of file roadflare.c.
|
staticprivate |
Definition at line 68 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprivate |
Definition at line 67 of file roadflare.c.
|
staticprivate |
Definition at line 69 of file roadflare.c.
Referenced by UpdateModelSelections().
|
staticprivate |
Definition at line 60 of file roadflare.c.
Referenced by OnInventoryEnter(), and OnInventoryExit().
|
staticprivate |
Definition at line 61 of file roadflare.c.
Referenced by OnInventoryEnter(), and OnInventoryExit().
|
staticprivate |
Definition at line 63 of file roadflare.c.
Referenced by UpdateModelSelections().