Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using new using callExtension format #9

Open
vbawol opened this issue Apr 3, 2017 · 0 comments
Open

Consider using new using callExtension format #9

vbawol opened this issue Apr 3, 2017 · 0 comments
Labels

Comments

@vbawol
Copy link
Member

vbawol commented Apr 3, 2017

https://community.bistudio.com/wiki/callExtension

Alternative Syntax
Syntax:
extension callExtension [function, arguments]         (Since Arma 3 v1.67)
Parameters:
extension: String - extension name
[function, arguments]: Array - callExtension params
function: String - extension function identifier
arguments: Array - function arguments. Could be array of Anything, each element will be converted to String automatically. Current allowed max length of this array is 1024
Return Value:
Array - in format [result, returnCode, errorCode], where:
result: String - data sent back from extension. It is up to extension maker what it is.
returnCode: Number - integer return from extension method. It is up to extension maker to define it.
errorCode: Number - error code in case of command error (see description). 0 means no errors.
@vbawol vbawol added the question label Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant