freeExtension: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3dev |version1= 2.12 |gr1= System |descr= Unloads given extension loaded previously with callExtension. {{Feature|important|This command...")
(No difference)

Revision as of 10:58, 28 July 2022

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.12|2.12]]
Hover & click on the images for description

Description

Description:
Unloads given extension loaded previously with callExtension.
This command is limited to DEV branch, 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 - false if something didn't go to plan, Nothing everywhere except for 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

[[Category:Introduced with arma3dev version 2.12]][[ Category: arma3dev: New Scripting Commands | FREEEXTENSION]][[ Category: arma3dev: Scripting Commands | FREEEXTENSION]]