-
Notifications
You must be signed in to change notification settings - Fork 0
InstructionReference
Justin Schwartz edited this page Jun 27, 2020
·
4 revisions
Directives in ACE can specify information about the module, and control the flow of the processor by specifying when new constructs begin and end.
- adviser
- endadviser
- arenadata
- endarenadata
- attach
- endattach
- callback
- endcallback
- command
- endcommand
- detach
- enddetach
- implement
- endimplement
- load
- endload
- module
- playerdata
- endplayerdata
- require
- unload
- endunload
- use
Inline expansions in ACE are simple functions that are substituted with longer lines of code or function definitions.