clarity #1

Open
opened 2026-06-17 09:58:51 +00:00 by taggerung · 0 comments
Owner

fn_templateFunc.sqf

<html> Examples: -- Provide example of how to execute your custom code. Example provided below from fn_toggleLayerSim.sqf ["Objective01-Assault", true] call TAG_fnc_toggleLayerSim; </html>

Example here is not the same as ["layer_name", true] call CLRK_fnc_toggleLayerSim; as in comment block

fn_toggleLayerSim.sqf should also be in a folder called "functions" as described in comment block

fn_templateFunc.sqf <html> <body> <!--StartFragment--> Examples: -- Provide example of how to execute your custom code. Example provided below from fn_toggleLayerSim.sqf ["Objective01-Assault", true] call TAG_fnc_toggleLayerSim; <!--EndFragment--> </body> </html> Example here is not the same as ```["layer_name", true] call CLRK_fnc_toggleLayerSim;``` as in comment block fn_toggleLayerSim.sqf should also be in a folder called "functions" as described in comment block
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AusTac/Mission_Functions#1