Adding New ACS Functions to ACC: Difference between revisions

Updated the list of Zandronum's built-in ACS functions in zspecial.acs as of 3.2-alpha.
(Created page with "{{warning|With ACC 1.54 and later, the functions in this example have already been added to zspecial.acs, so there is no need for you to do this. This example is kept here in...")
 
(Updated the list of Zandronum's built-in ACS functions in zspecial.acs as of 3.2-alpha.)
Tag: Source edit
 
(2 intermediate revisions by 2 users not shown)
Line 31: Line 31:
-124:EndDBTransaction(0),
-124:EndDBTransaction(0),
-125:GetDBEntries(1),
-125:GetDBEntries(1),
-126:NamedRequestScriptPuke(1,4),
-127:SystemTime(0),
-128:GetTimeProperty(2,3),
-129:Strftime(2,3),
-130:SetDeadSpectator(2),
-131:SetActivatorToPlayer(1),
-132:SetCurrentGamemode(1),
-133:GetCurrentGamemode(0),
-134:SetGamemodeLimit(2),
-135:SetPlayerClass(3),
-136:SetPlayerChasecam(2),
-137:GetPlayerChasecam(1),
-138:SetPlayerScore(3),
-139:GetPlayerScore(2),
-140:InDemoMode(0),
-144:ExecuteClientScript(2,6),
-145:NamedExecuteClientScript(2,6),
-146:SendNetworkString(2,3),
-147:NamedSendNetworkString(2,3),
-148:GetChatMessage(2,3),
-149:GetMapRotationSize(0),
-150:GetMapRotationInfo(2),
-151:GetCurrentMapPosition(0),
-152:GetEventResult(0),
-153:GetActorSectorLocation(2),
-154:ChangeTeamScore(3,4),
-155:SetGameplaySetting(2),
-19260:GetTeamScore(1),
-19260:GetTeamScore(1),
-19261:SetTeamScore(2),
-19261:SetTeamScore(2),
Line 39: Line 66:


[[Category:Level Development]]
[[Category:Level Development]]
[[Category:ACS Functions]]
[[Category:ACS]]