mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
Added a couple of new functions which return the linedef centre X and Y coordinates.
This commit is contained in:
parent
335ecf24be
commit
5caf8604f1
1 changed files with 4 additions and 0 deletions
|
@ -401,6 +401,10 @@ special
|
|||
-201:DamageActor(6), // [arookas]
|
||||
-202:SetActorFlag(3),
|
||||
|
||||
// Eternity's
|
||||
-300:GetLineCenterX(1),
|
||||
-301:GetLineCenterY(1),
|
||||
|
||||
// ZDaemon's
|
||||
-19620:GetTeamScore(1),
|
||||
-19621:SetTeamScore(2),
|
||||
|
|
Loading…
Reference in a new issue