]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Show killtarget for func_button
authorMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 23:04:40 +0000 (23:04 +0000)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 19 Mar 2017 23:04:40 +0000 (23:04 +0000)
scripts/entities.ent

index 0733072a9a67fb20e713f27c5dfa222964506f71..92aa89722671716e2f66563bba7d43f83852876e 100644 (file)
@@ -119,6 +119,7 @@ When a button is touched by a player, it moves in the direction set by the &quot
 <target key="target2" name="target2">all entities with a matching targetname will be triggered.</target>
 <target key="target3" name="target3">all entities with a matching targetname will be triggered.</target>
 <target key="target4" name="target4">all entities with a matching targetname will be triggered.</target>
+<target key="killtarget" name="killtarget">remove all entities with this targetname when triggered</target>
 <boolean key="target_random" name="target_random">instead of triggering ALL matched entities, trigger ONE of them by random</boolean>
 <real key="speed" name="speed">speed of button's displacement (default 40).</real>
 <real key="platmovetype" name="platmovetype">movement type (1 = linear, 2 = cosine [default])</real>