DIFF

class PortableGasLampSource

PortableGasLamp ItemBase InventoryItem EntityAI Entity ObjectTyped Object IEntity Managed

All members, including inherited

Constants 5

private const string GAS_LIGHT_MATERIAL_ON = "dz\\gear\\cooking\\data\\GasLightOn.rvmat"
Referenced by OnWorkStart()
private const string GAS_LIGHT_MATERIAL_OFF = "dz\\data\\data\\default.rvmat"
Referenced by OnWorkStop()
const string SOUND_BURNING = "portablegaslamp_burn_SoundSet"
Referenced by SoundBurningStart()
const string SOUND_TURN_ON = "portablegaslamp_turn_on_SoundSet"
Referenced by SoundTurnOn()
const string SOUND_TURN_OFF = "portablegaslamp_turn_off_SoundSet"
Referenced by SoundTurnOff()

Members 4

Referenced by OnWorkStart(), and OnWorkStop()
protected EffectSound m_SoundBurningLoop
protected EffectSound m_SoundTurnOn
Referenced by SoundTurnOn()
protected EffectSound m_SoundTurnOff
Referenced by SoundTurnOff()

Methods 9

override void OnSwitchOn()
override void OnSwitchOff()
override void OnWorkStop()
protected void SoundBurningStart()
Referenced by OnWorkStart()
protected void SoundBurningStop()
Referenced by OnWorkStop()
protected void SoundTurnOn()
Referenced by OnSwitchOn()
protected void SoundTurnOff()
Referenced by OnSwitchOff()
override void SetActions()