List of ACS functions in Zandronum: Difference between revisions

m
Added category to the bottom of the page
(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]]