trigger_electric_bugaloo

From Valve Developer Community
Jump to: navigation, search

trigger_electric_bugaloo is a brush entity available in Vampire The Masquerade - Bloodlines 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


Targetname:
Name <target_source>
The targetname that other entities refer to this entity by.
Start Hidden (targetname) <choices>
Don't spawn the entity while the script command didn't sent.
Value Description
0 Yes
1 No
Start Disabled (StartDisabled) <choices>
If "Yes" the entity starts disabled.
Value Description
0 No
1 Yes

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.pngWarning: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.