freeExtension: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
{{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 is only effective in DevBranch; it does nothing in stable branch.}}


|s1= [[freeExtension]] name
|s1= [[freeExtension]] extension


|p1= name: [[String]] - extension name (see [[callExtension]])
|p1= extension: [[String]] - extension name (see [[callExtension]])


|r1= [[Boolean]] or [[Nothing]]
|r1= [[Boolean]] or [[Nothing]]

Revision as of 20:42, 28 July 2022

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.12.

Description

Description:
Unloads given extension loaded previously with callExtension so that extension developer could rapidly tweak developed extension without restarting the game.
This command was introduced in Arma 3 dev v2.11.149751 and is only effective in DevBranch; it does nothing in stable branch.
Groups:
System

Syntax

Syntax:
freeExtension extension
Parameters:
extension: String - extension name (see callExtension)
Return Value:
Boolean or Nothing
  • false if extension unloading attempt failed, true otherwise
  • Nothing if not dev branch

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