mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- Added strcmp, stricmp (strcasecmp), strleft, strright, and strmid to zspecial.acs.
SVN r4314 (trunk)
This commit is contained in:
parent
436e6e33a8
commit
f9cb2a66df
1 changed files with 6 additions and 0 deletions
|
@ -304,6 +304,12 @@ special
|
|||
-60:LineAttack(3,6),
|
||||
-61:PlaySound(2,6),
|
||||
-62:StopSound(1,2),
|
||||
-63:strcmp(2,3),
|
||||
-64:stricmp(2,3),
|
||||
-64:strcasecmp(2,3), // an alias for stricmp
|
||||
-65:StrLeft(2),
|
||||
-66:StrRight(2),
|
||||
-67:StrMid(3),
|
||||
|
||||
// ZDaemon's
|
||||
-19260:GetTeamScore(1),
|
||||
|
|
Loading…
Reference in a new issue