Xonotic
|
#include "keylock.qh"
Go to the source code of this file.
Functions | |
void | trigger_keylock_kill (string s) |
kill killtarget of trigger keylock. More... | |
void | trigger_keylock_touch (entity this, entity toucher) |
void | trigger_keylock_trigger (entity this, entity actor, string s) |
trigger given targets More... | |
kill killtarget of trigger keylock.
Definition at line 15 of file keylock.qc.
References entity(), find(), NULL, and targetname.
Referenced by trigger_keylock_touch().
Definition at line 22 of file keylock.qc.
References centerprint(), delay, entity(), EXACTTRIGGER_INIT, height, IS_PLAYER, itemkeys, killtarget, message, NET_HANDLE, noise, noise1, noise2, precache_sound(), PS, REGISTER_NET_LINKED, SND, sounds, spawnfunc(), strzone(), target, target2, time, to, trigger_keylock_kill(), trigger_keylock_trigger(), wait, and WriteByte().
trigger given targets
Definition at line 5 of file keylock.qc.
References entity(), find(), NULL, and targetname.
Referenced by trigger_keylock_touch().