This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2017/07/14 22:22] – korshun | start [2019/09/05 20:42] (current) – [Documentation] korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
ACSUtils is a big ACS library for Zandronum modding fully compatible with Zandronum 3.0 and (G)ZDoom >=1.8.6, and the three major ACS compilers -- [[ACC]], [[BCC]] and [[GDCC]]. | ACSUtils is a big ACS library for Zandronum modding fully compatible with Zandronum 3.0 and (G)ZDoom >=1.8.6, and the three major ACS compilers -- [[ACC]], [[BCC]] and [[GDCC]]. | ||
Line 5: | Line 5: | ||
A BCC-exclusive version called [[BCSUtils]] that takes advantage of BCC is available. | A BCC-exclusive version called [[BCSUtils]] that takes advantage of BCC is available. | ||
- | **[[documentation|ACSUtils documentation]]** | + | ===== Documentation ===== |
- | ====== How do I use it? ====== | + | * [[math]] |
+ | * [[rounding]] | ||
+ | * [[multiple_return_values]] | ||
+ | * [[acsutils_version]] | ||
+ | * [[source_port_detection]] | ||
+ | * [[renderer_detection]] | ||
+ | * [[client_server_detection]] | ||
+ | * [[getcvarfixed]] | ||
+ | * [[swap]] | ||
- | [[Using acsutils]] | ||
====== Changelog ====== | ====== Changelog ====== | ||
Line 30: | Line 37: | ||
If you think that a function can be useful for other projects, don't hesitate to suggest it. | If you think that a function can be useful for other projects, don't hesitate to suggest it. | ||
- | |||
- | ====== Addons ====== | ||
- | |||
- | * **[[.functions: | ||