Jump to content

ACS: Difference between revisions

160 bytes removed ,  16 January 2019
no edit summary
No edit summary
No edit summary
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is an '''incomplete''' list of Zandronum-'''only''' ACS functions. See {{zdw2|Built-in_ACS_functions|here}} for a list of ZDoom-supported ACS functions. Note that not all of them are supported by Zandronum.
This is an '''incomplete''' list of Zandronum-'''only''' ACS functions and extensions. See {{zdw2|Built-in_ACS_functions|here}} for a list of ZDoom-supported ACS functions. Note that not all of them are supported by Zandronum.


==Features==
==Features==
Line 43: Line 43:
* <code>[[GetPlayerLivesLeft]]</code>
* <code>[[GetPlayerLivesLeft]]</code>
* <code>[[GetTeamProperty]]</code>
* <code>[[GetTeamProperty]]</code>
* <code>[[GetTimeProperty]]</code> {{devfeature|3.0|150831-1814}}
* <code>[[GetTimeProperty]]</code>
* <code>[[IncrementDBEntry]]</code>
* <code>[[IncrementDBEntry]]</code>
* <code>[[IsMultiplayer]]</code>
* <code>[[IsNetworkGame]]</code>
* <code>[[IsOneFlagCTF]]</code>
* <code>[[IsOneFlagCTF]]</code>
* <code>[[KickFromGame]]</code>
* <code>[[KickFromGame]]</code>
Line 56: Line 56:
* <code>[[RequestScriptPuke]]</code>
* <code>[[RequestScriptPuke]]</code>
* <code>[[ResetMap]]</code>
* <code>[[ResetMap]]</code>
* <code>[[SetActivatorToPlayer]]</code>
* <code>[[SetDBEntry]]</code>
* <code>[[SetDBEntry]]</code>
* <code>[[SetDBEntryString]]</code>
* <code>[[SetDBEntryString]]</code>
* <code>[[SetDeadSpectator]]</code>
* <code>[[SetPlayerLivesLeft]]</code>
* <code>[[SetPlayerLivesLeft]]</code>
* <code>[[SortDBEntries]]</code>
* <code>[[SortDBEntries]]</code>
* <code>[[Strftime]]</code> {{devfeature|3.0|150831-1814}}
* <code>[[Strftime]]</code>
* <code>[[SystemTime]]</code> {{devfeature|3.0|150831-1814}}
* <code>[[SystemTime]]</code>


==Deprecated==
==Deprecated==
These functions are '''deprecated'''. They still work, but will be removed eventually. It is recommended you use more up to date functions.
These functions are '''deprecated'''. They still work, but will be removed eventually. It is recommended you use more up to date functions.


* [[BlueCount]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>BlueCount</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[BlueScore]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>BlueScore</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[GetTeamScore]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>GetTeamScore</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[Music_Change]] {{Template:DeprecatedLink|<code>{{zdoomwiki|SetMusic}}</code>}}
* <code>Music_Change</code> {{Template:DeprecatedLink|<code>{{zdoomwiki|SetMusic}}</code>}}
* [[RedCount]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>RedCount</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[RedScore]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>RedScore</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[SinglePlayer]] {{Template:DeprecatedLink|<code>[[GameType]]</code>}}
* <code>SinglePlayer</code> {{Template:DeprecatedLink|<code>[[GameType]]</code>}}
* [[BlueTeamCount]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>BlueTeamCount</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[BlueTeamScore]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>BlueTeamScore</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[RedTeamCount]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>RedTeamCount</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* [[RedTeamScore]] {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
* <code>RedTeamScore</code> {{Template:DeprecatedLink|<code>[[GetTeamProperty]]</code>}}
 
==Old Functions==
These are old, defunct functions. They do not compile, and even if they did, they do nothing.
 
* '''PlayerBlueSkull'''
* '''PlayerYellowSkull'''
* '''PlayerRedSkull'''
* '''PlayerBlueCard'''
* '''PlayerYellowCard'''
* '''PlayerRedCard'''


== Related Articles ==
== Related Articles ==
7

edits