64 if (!this.
dmg) this.
dmg = 2;
82 this.
noise =
"plats/plat1.wav";
83 this.
noise1 =
"plats/plat2.wav";
89 this.
noise =
"plats/medplat1.wav";
90 this.
noise1 =
"plats/medplat2.wav";
110 s =
"sound/movers/plats/pt1_strt.wav";
119 e =
"sound/movers/plats/pt1_end.wav";
142 setsize (
this, this.
mins , this.
maxs);
160void plat_draw(
entity this)
178 _setmodel(
this, this.
model);
189 this.
speed = ReadShort();
190 this.
height = ReadShort();
194 this.
dmg = ReadShort();
200 this.draw = plat_draw;
bool drag_undraggable(entity draggee, entity dragger)
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
IntrusiveList g_drawables
const int INITPRIO_FINDTARGET
const int SF_TRIGGER_RESET
const int SF_TRIGGER_INIT
WriteString(chan, ent.netname)
WriteByte(chan, ent.angles.y/DEC_FACTOR)
ERASEABLE entity IL_PUSH(IntrusiveList this, entity it)
Push to tail.
#define NET_HANDLE(id, param)
#define ReadAngleVector()
#define WriteHeader(to, id)
#define REGISTER_NET_LINKED(id)
void set_movetype(entity this, int mt)
void Movetype_Physics_NoMatchServer(entity this)
void plat_link(entity this)
float plat_send(entity this, entity to, float sf)
void plat_delayedinit(entity this)
string GetField_fullspawndata(entity e, string fieldname, bool vfspath)
Retrieves the value of a map entity field from fullspawndata.
string FindFileInMapPack(string pattern)
bool InitMovingBrushTrigger(entity this)
void trigger_common_write(entity this, bool withtarget)
void trigger_remove_generic(entity this)
void trigger_common_read(entity this, bool withtarget)
void InitializeEntity(entity e, void(entity this) func, int order)