mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
Updated the two specials to the latest EE.
Usage: GetLineX/Y(int lineid, fixed lineratio, fixed linedist) lineid: linedef to get coords of lineratio: ratio between v1 and v2 to get position from. 0.5 means middle, 0 means v1, 1 means v2. Can be negative or over 1. linedist: perpendicular distance in front of linedef.
This commit is contained in:
parent
93e0d12ef8
commit
f9b8309982
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ special
|
|||
-203:SetTranslation(2),
|
||||
|
||||
// Eternity's
|
||||
-300:GetLineCenterX(1),
|
||||
-301:GetLineCenterY(1),
|
||||
-300:GetLineX(3),
|
||||
-301:GetLineY(3),
|
||||
|
||||
// ZDaemon's
|
||||
-19620:GetTeamScore(1),
|
||||
|
|
Loading…
Reference in a new issue