35 setorigin(
this, this.
origin);
39 objerror (
this,
"^3Teleport destination without a targetname");
48 spawnfunc_info_teleport_destination(
this);
53void teleport_dest_remove(
entity this)
59NET_HANDLE(ENT_CLIENT_TELEPORT_DEST,
bool isnew)
65 this.
classname =
"info_teleport_destination";
67 this.
speed = ReadCoord();
72 setorigin(
this, this.
origin);
75 this.entremove = teleport_dest_remove;
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
const int SF_TRIGGER_INIT
#define NET_HANDLE(id, param)
#define ReadAngleVector()
#define WriteHeader(to, id)
#define REGISTER_NET_LINKED(id)
void Net_LinkEntity(entity e, bool docull, float dt, bool(entity this, entity to, int sendflags) sendfunc)
bool teleport_dest_send(entity this, entity to, int sendflags)
void teleport_dest_link(entity this)