mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- Added Get/SetCVarString and Get/SetUserCVarString to zspecial.acs.
SVN r4294 (trunk)
This commit is contained in:
parent
b1bf0455bc
commit
1d7b0f4bcf
1 changed files with 4 additions and 0 deletions
|
@ -297,6 +297,10 @@ special
|
|||
-53:SetCVar(2),
|
||||
-54:GetUserCVar(2),
|
||||
-55:SetUserCVar(3),
|
||||
-56:GetCVarString(1),
|
||||
-57:SetCVarString(2),
|
||||
-58:GetUserCVarString(2),
|
||||
-59:SetUserCVarString(3),
|
||||
|
||||
// ZDaemon's
|
||||
-19260:GetTeamScore(1),
|
||||
|
|
Loading…
Reference in a new issue