Skip to content

Commit

Permalink
Add new standard functions
Browse files Browse the repository at this point in the history
  • Loading branch information
positively-charged committed Mar 21, 2017
1 parent ce2eb3e commit 0e5489e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/zcommon.bcs
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,8 @@ special
274:Door_AnimatedClose(int,int):int,
275:Floor_Stop(int):int,
276:Ceiling_Stop(int):int,
277:Sector_SetFloorGlow(int,int,int,int,int):int,
278:Sector_SetCeilingGlow(int,int,int,int,int):int,

// Extension functions
-1:GetLineUdmfInt(int,str):int,
Expand Down Expand Up @@ -1573,6 +1575,17 @@ special
-207:Floor(fixed):fixed,
-208:Round(fixed):fixed,
-209:Ceil(fixed):fixed,
// TODO: This function declaration looks ugly. Make it pretty.
-210:ScriptCall(str,str;
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,raw,
raw,raw,raw),
-211:StartSlideShow(str),

// Eternity.
-300:GetLineX(int,fixed,fixed):fixed,
Expand Down

0 comments on commit 0e5489e

Please sign in to comment.