trigger_electric_bugaloo
Jump to navigation
Jump to search
trigger_electric_bugaloo
is a brush entity available in Vampire: The Masquerade – Bloodlines. Dance trigger which used in clubs. Player (or other character) can dance by +USE if he's in it's volume.
Key Values
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Start Hidden (StartHidden) <boolean>
- Don't spawn the entity while the script command didn't sent.[sic]
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
Toggle:
- Toggle
- Toggle the enabled/disabled status of this entity.
- ToggleFlagClient
- Toggle client's ability to use this trigger.
- ToggleFlagNPC
- Toggle NPC's ability to use this trigger.
- EnableFlagClient
- EnableFlagClient.
- EnableFlagNPC
- Enable NPC's ability to use this trigger.
- DisableFlagClient
- Disable client's ability to use this trigger.
- DisableFlagNPC
- Disable NPC's ability to use this trigger.
Outputs
- OnStartTouch
- Fired when a valid entity starts touching this trigger. !activator is whatever touches the trigger.
- OnEndTouch
- Fired when a valid entity stops touching this trigger.
Warning:This includes entities which are deleted while inside the trigger. In this case !activator will be invalid.
- OnUseBegin
- Determines what to do when using the entity began.
- OnUseEnd
- Determines what to do when using the entity over.