Struct arma_rs::ExtensionBuilder
source · [−]pub struct ExtensionBuilder { /* private fields */ }Expand description
Used to build an extension.
Implementations
Add a group to the extension.
Allows the extension to be called without any arguments. Example:
"my_ext" callExtension "my_func"
``Add a command to the extension.