Struct arma_rs::ExtensionBuilder [−][src]
pub struct ExtensionBuilder { /* fields omitted */ }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.
