mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 22:28:05 +03:00
hlsdk_const: Add MoveToOrigin move type constants
This commit is contained in:
parent
00f9b62ffb
commit
fbcbbd8421
@ -77,6 +77,12 @@
|
|||||||
#define WALKMOVE_WORLDONLY 1 // Doesn't hit ANY entities, no matter what the solid type
|
#define WALKMOVE_WORLDONLY 1 // Doesn't hit ANY entities, no matter what the solid type
|
||||||
#define WALKMOVE_CHECKONLY 2 // Move, but don't touch triggers
|
#define WALKMOVE_CHECKONLY 2 // Move, but don't touch triggers
|
||||||
|
|
||||||
|
/**
|
||||||
|
* engfunc(EngFunc_MoveToOrigin, entity, Float:goal[3], Float:distance, moveType) moveType values
|
||||||
|
*/
|
||||||
|
#define MOVE_NORMAL 0 // normal move in the direction monster is facing
|
||||||
|
#define MOVE_STRAFE 1 // moves in direction specified, no matter which way monster is facing
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pev(entity, pev_movetype) values
|
* pev(entity, pev_movetype) values
|
||||||
*/
|
*/
|
||||||
@ -234,6 +240,7 @@
|
|||||||
/**
|
/**
|
||||||
* @section pev(entity, pev_spawnflags) values
|
* @section pev(entity, pev_spawnflags) values
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* func_train
|
* func_train
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user