List of ACS functions in Zandronum: Difference between revisions

From Zandronum Wiki
(Finished sorting)
m (Added category to the bottom of the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page contains a list of ACS functions which are currently supported in Zandronum. Please be aware that this page is updated manually and therefore can be missing functions. For the most up to date version, you can check the Zandronum source code.
This page contains a list of ACS functions which are currently supported in Zandronum. Please be aware that this page is updated manually and therefore can be missing functions. For the most up to date version, you can check the [https://github.com/TorrSamaho/zandronum Zandronum source code].


=== Zandronum Only ===
=== Zandronum Only ===
Line 279: Line 279:
* {{zdoomwiki|Line_SetTextureScale}}
* {{zdoomwiki|Line_SetTextureScale}}
* {{zdoomwiki|TranslucentLine}}
* {{zdoomwiki|TranslucentLine}}
=== Math ===
* {{zdoomwiki|Ceil}}
* {{zdoomwiki|Cos}}
* {{zdoomwiki|FixedDiv}}
* {{zdoomwiki|FixedMul}}
* {{zdoomwiki|Floor}}
* {{zdoomwiki|Random}}
* {{zdoomwiki|Round}}
* {{zdoomwiki|Sin}}
* {{zdoomwiki|Sqrt}}
* {{zdoomwiki|StrLen}}
* {{zdoomwiki|VectorAngle}}
* {{zdoomwiki|VectorLength}}


=== Named scripts ===
=== Named scripts ===
Line 450: Line 464:
* {{zdoomwiki|StartSlideshow}}
* {{zdoomwiki|StartSlideshow}}
* {{zdoomwiki|UsePuzzleItem}}
* {{zdoomwiki|UsePuzzleItem}}
[[Category:Level_Development]]

Latest revision as of 19:32, 1 September 2021

This page contains a list of ACS functions which are currently supported in Zandronum. Please be aware that this page is updated manually and therefore can be missing functions. For the most up to date version, you can check the Zandronum source code.

Zandronum Only

See this page.

Actor control

Ceiling

Display

Doors

Floor

Information

Inventory

Level alteration

Light

Line

Math

Named scripts

Polyobject

Scripts

Sector

Sounds

Stairs

Thing

Teleport

UDMF

Waiting

Miscellaneous