mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Add spawnflags to QUAKED for trigger_multiple
This commit is contained in:
parent
9d1c6748f5
commit
0bce5463f7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void Touch_Multi( gentity_t *self, gentity_t *other, trace_t *trace ) {
|
||||||
multi_trigger( self, other );
|
multi_trigger( self, other );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*QUAKED trigger_multiple (.5 .5 .5) ?
|
/*QUAKED trigger_multiple (.5 .5 .5) ? RED_ONLY BLUE_ONLY
|
||||||
"wait" : Seconds between triggerings, 0.5 default, -1 = one time only.
|
"wait" : Seconds between triggerings, 0.5 default, -1 = one time only.
|
||||||
"random" wait variance, default is 0
|
"random" wait variance, default is 0
|
||||||
Variable sized repeatable trigger. Must be targeted at one or more entities.
|
Variable sized repeatable trigger. Must be targeted at one or more entities.
|
||||||
|
|
Loading…
Reference in a new issue