mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 11:53:10 +00:00
CheckProximity ACC changes
This commit is contained in:
parent
c698192c2d
commit
bef4622839
2 changed files with 15 additions and 0 deletions
14
zdefs.acs
14
zdefs.acs
|
@ -1088,3 +1088,17 @@
|
||||||
#define WARPF_USEPTR 0x2000
|
#define WARPF_USEPTR 0x2000
|
||||||
#define WARPF_COPYVELOCITY 0x4000
|
#define WARPF_COPYVELOCITY 0x4000
|
||||||
#define WARPF_COPYPITCH 0x8000
|
#define WARPF_COPYPITCH 0x8000
|
||||||
|
|
||||||
|
#define CPXF_ANCESTOR (1 << 0)
|
||||||
|
#define CPXF_LESSOREQUAL (1 << 1)
|
||||||
|
#define CPXF_NOZ (1 << 2)
|
||||||
|
#define CPXF_COUNTDEAD (1 << 3)
|
||||||
|
#define CPXF_DEADONLY (1 << 4)
|
||||||
|
#define CPXF_EXACT (1 << 5)
|
||||||
|
#define CPXF_SETTARGET (1 << 6)
|
||||||
|
#define CPXF_SETMASTER (1 << 7)
|
||||||
|
#define CPXF_SETTRACER (1 << 8)
|
||||||
|
#define CPXF_FARTHEST (1 << 9)
|
||||||
|
#define CPXF_CLOSEST (1 << 10)
|
||||||
|
#define CPXF_SETONPTR (1 << 11)
|
||||||
|
#define CPXF_CHECKSIGHT (1 << 12)
|
||||||
|
|
|
@ -365,6 +365,7 @@ special
|
||||||
-95:SetSectorTerrain(3),
|
-95:SetSectorTerrain(3),
|
||||||
-96:SpawnParticle(1,15),
|
-96:SpawnParticle(1,15),
|
||||||
-97:SetMusicVolume(1),
|
-97:SetMusicVolume(1),
|
||||||
|
-98:CheckProximity(3, 6),
|
||||||
|
|
||||||
// Zandronum's
|
// Zandronum's
|
||||||
-100:ResetMap(0),
|
-100:ResetMap(0),
|
||||||
|
|
Loading…
Reference in a new issue