Trigger soundscape
normal il homes bird control yellow gold bracelets office onenote key play sim girl cinergy bukakee pam anderson sucking dick interracial sex short stories representative senator athletic shoes reflective vests boy love boy love gallery west coast trail bc new jersey transit train map microsoft certification consultation services vehicle registration denver co shooting star press video showing tits astrological love match sign home inventory business teen in panties angeles city department los police adult toy parties traditional marketing system latter day saints geneology records free gay fisting videos love quotes and poems for teenagers used dump trucks paddle baby photo contest porsche 911 turbo girls from ipanema riding sex sun ice center mail us army mil same day messenger service verizon wireless ringtones old ladys healthy heart whats wrong with the copyright law guadalajara remy zero timber cove property campfire hairy asshole xylophone free online calendars angela devi womens postal service uniform trade show promotions free vocal ringtones laleh seddigh traci lords mpegs star wars logo male body galleries effexor female self orgasm oat meal cookies anastacia vocal ringtones gay teens wanking discount cyclobenzaprine naked ben affleck the way he made me feel book aopa free simpsons hentai norco kate bush 2005 release java chatroom download clit stimulators time share tour san diego sexual healing young nude pics hot moms galleries ephedrine online ward and partner anime pictures acrobat to word converter freeware ambulatory patient mary louise parker scripts cate blanchett nude buy fluoxetine asteroid game zone cam crush singer futura adult party themes pageant of the masters smart whiteboard price shielding bag download mp3 ringtones catherine zeta jones download sharp ringtones larissa afriboyz cult airplanes book clipart vigrx online free nextel ringtones acrylic cover table emissions inspection stations average weather in florida i deas cad program caller ringtone download telus ringtones polyphonic ringtone verbal abuse in statistical information spain e world publishing artificial plants australia vehicle dynamics education administration and supervision insight uk com buy norco mtv ringtones free rap ringtones 1979 ford truck pic discount meridia valtrex suggest a web site zanaflex online inuyasha music i am buy ultracet cheap viagra jbo site myspace.com order vigrx kansas secretary state state usa embassy jamaica trains germany map evaluation program review technique maine south high school fire washed sod auto napa store adidas soccer t shirts order valium buy lorazepam diovan online discount clonazepam island railroad rock im just like you lyrics online bible school of the south pacific machine safety vending scuba gear package verizon ringtone absurd good news cheap ultram search havana moving company key west algebric formula password suggestions free sprint ringtones asbury park press news wedding furniture rental youth against establishment realty in winnipeg local radar texas weather download sharp ringtones joes garage download pantech ringtones open proxies model arabian horses amy biography brown cheap diflucan super bowl 39 kustom trailer event free planner software rap ringtone water over head buy viagra what is knowledge management ppt easter window light snake and ladders free sony ringtones melbourne cup television anatomy physiology model download real ringtones newspaper comics list pocket driver jl king on the down low looking through a window clonazepam download mobile ringtones portugese man owar top 10 automobile manufacturers www ibm newsgroup providers uk aim buddy list sign learn about specific colleges orlando florida luxury home for sale buy norvasc live by the sword die by extra special anniversary ideas gifts download cool ringtones you have mail sound wav download caller ringtones online pain medications without prescription tramadol online Template:Wrongtitle
Entity description
A soundscape trigger.
It is not necessary to create outputs for this trigger, as it will automatically trigger the soundscape referred to by its Soundscape property.
Availability
Template:In game Template:Game-base Template:In code
Keyvalues
- Template:Kv trigger
- soundscape
- <target_source> Soundscape.
Flags
- {| class="mw-collapsible mw-collapsed" style="background:initial;float:no;margin-bottom:1em;margin-left:0;padding-right:0.5em;border:1px solid rgba(255,255,255,0.1); border-left:solid 1px #8bb9e0; padding-left:1em;"
|+ style="text-align:left; white-space:nowrap; font-weight:bold; color:#ddd; " | BaseTrigger |
- Everything (not including physics debris) : [64]
- Only clients in vehicles : [32]
- Only clients *not* in vehicles : [512]
- Only player ally NPCs : [16]
- Only NPCs in vehicles (respects player ally flag) : [2048]
- Physics Objects (not including physics debris) : [8]
- Physics debris (include also physics debris) : [1024]
Pushables (Passes entities with classname func_pushable) : [4]- Deprecated.
Equivalent to using Everything + filter_activator_class that filtersfunc_pushable
.
|}
Inputs
- {| class="mw-collapsible mw-collapsed" style="background:initial;float:no;margin-bottom:1em;margin-left:0;padding-right:0.5em;border:1px solid rgba(255,255,255,0.1); border-left:solid 1px #8bb9e0; padding-left:1em;"
|+ style="text-align:left; white-space:nowrap; font-weight:bold; color:#ddd; " | BaseTrigger |
- Toggle
- Toggles this trigger between enabled and disabled states.
- Enable
- Enable trigger
- Disable
- Disable trigger
- TouchTest (in all games since
)
- Triggers either the OnTouching or OnNotTouching outputs for whether anything is touching this entity.
Bug:Sleeping prop_physics will never fire "OnTouching". Also applies to entities using prop_physics as base. (tested in:
)
- StartTouch (in all games since
) !FGD
- Behave as if the !caller entity had just entered the trigger volume. Accepts non-physical entities.
- DisableAndEndTouch (only in
)
- Disables this trigger and calls EndTouch on all currently-touching entities.
|}
Outputs
- {| class="mw-collapsible mw-collapsed" style="background:initial;float:no;margin-bottom:1em;margin-left:0;padding-right:0.5em;border:1px solid rgba(255,255,255,0.1); border-left:solid 1px #8bb9e0; padding-left:1em;"
|+ style="text-align:left; white-space:nowrap; font-weight:bold; color:#ddd; " | BaseTrigger |
- OnStartTouch
- !activator = entity that caused this output
!caller = this entity
Fired when a valid entity starts touching this trigger.
- OnStartTouchAll
- !activator = entity that caused this output
!caller = this entity
Fired when a valid entity starts touching this trigger, and no other entities are touching it. If there are any other entities touching the trigger when a new one begins to touch, onlyOnStartTouch
will fire.
- OnEndTouch
- !activator = entity that caused this output
!caller = this entity
Fired when a valid entity stops touching this trigger. Note:Will also fire for entities touching it when trigger is disabled via
Disable
inputWarning:This includes entities which are deleted while inside the trigger. In this case !activator will be invalid.
Warning:
OnEndTouch
can fire beforeOnStartTouch
under certain circumstances[How?] where both are fired on the same tick and each have the same delay.Fix:Add a slight delay to
OnEndTouch
.
- OnEndTouchAll
- !activator = entity that caused this output
!caller = this entity
Fired when all valid entities stop touching this trigger.
- OnTouching (in all games since
)
- !activator = !caller = this entity
Fired if something is currently touching this trigger whenTouchTest
is fired.
- OnNotTouching (in all games since
)
- !activator = !caller = this entity
Fired if nothing is currently touching this trigger whenTouchTest
is fired.
|}