freeExtension: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting)  | 
				Killzone Kid (talk | contribs)  No edit summary  | 
				||
| Line 16: | Line 16: | ||
|r1= [[Boolean]] or [[Nothing]]  | |r1= [[Boolean]] or [[Nothing]]  | ||
* [[  | * [[false]] if extension unloading attempt failed, [[true]] otherwise  | ||
* [[Nothing]] if not dev branch  | * [[Nothing]] if not dev branch  | ||
Revision as of 19:37, 28 July 2022
Description
- Description:
 - Unloads given extension loaded previously with callExtension so that extension developer could rapidly tweak developed extension without restarting the game.
 - Groups:
 - System
 
Syntax
- Syntax:
 - freeExtension name
 - Parameters:
 - name: String - extension name (see callExtension)
 - Return Value:
 - Boolean or Nothing
 
Examples
- Example 1:
 - freeExtension "myExt";
 
Additional Information
- See also:
 - callExtension
 
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