freeExtension: Difference between revisions
Lou Montana (talk | contribs) m (Some wiki formatting)  | 
				Killzone Kid (talk | contribs)  No edit summary  | 
				||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|version1= 2.12  | |version1= 2.12  | ||
|gr1= System  | |gr1= System  | ||
|descr= Unloads given extension loaded previously with [[callExtension]] so that extension developer could rapidly tweak developed extension without restarting the game.  | |descr= Unloads given extension loaded previously with [[callExtension]] so that extension developer could rapidly tweak developed extension without restarting the game.  | ||
{{Feature|important|This command was introduced in {{arma3}} dev v2.11.149751 and is only effective in DevBranch; it does nothing in stable branch.}}  | {{Feature|important|This command was introduced in {{arma3}} dev v2.11.149751 and for security reasons is only effective in DevBranch; it does nothing in stable branch.}}  | ||
|s1= [[freeExtension]]   | |s1= [[freeExtension]] extension  | ||
|p1=   | |p1= extension: [[String]] - extension name (see [[callExtension]])  | ||
|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  | ||
Latest revision as of 19:00, 19 November 2024
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 extension
 - Parameters:
 - extension: 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