callExtension: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(New command)
 
m (added link to Extensions)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Execute an extension function. |= Description
| Execute an [[Extensions|extension]] function. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:13, 7 February 2012

Hover & click on the images for description

Description

Description:
Execute an extension function.
Groups:
Uncategorised

Syntax

Syntax:
extension callExtension functionWithArguments
Parameters:
extension: String
functionWithArguments: String
Return Value:
String

Examples

Example 1:
handle = "pipes" callExtension "openPipe(pipe)";

Additional Information

See also:
call

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section