BIS fnc moduleSector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (released sooner than 1.00, released at the latest 0.76. mentioned here http://dev.arma3.com/post/spotrep-00009)
m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?(call|spawn) \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>")
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 0.76


| arma3 |= Game name
|gr1= Modules


|0.76|= Game version
|descr= <pre>/*
____________________________________________________________________________________________
 
| <pre>/*


Description:
Description:
Line 41: Line 39:
Returns:
Returns:
NOTHING
NOTHING
*/
*/</pre>
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_moduleSector]]; --> |= Syntax


|p1= |= Parameter 1
{{Wiki|placeholder}}


| |= Return value
|s1= <!-- [] call [[BIS_fnc_moduleSector]] -->
____________________________________________________________________________________________


|x1= <code></code> |=
|r1=
____________________________________________________________________________________________


| |= See also
|x1= <!-- <sqf>[] call BIS_fnc_moduleSector;</sqf> -->


|seealso=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Multiplayer|{{uc:moduleSector}}]]
[[Category:Functions|{{uc:moduleSector}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleSector}}]]

Latest revision as of 14:09, 5 May 2022

Hover & click on the images for description

Description

Description:
/*

	Description:
	Initialize a sector module. Can be also used to get sector parameters.

	--- Get all sectors ---
	Parameter(s):
		0: BOOL

	Returns:
	ARRAY of OBJECTs

	--- Get number of sectors held by a side ---
	Parameter(s):
		0: SIDE

	Returns:
	NUMBER - number of sectors owned by the side

	--- Set sector owner ---
	Parameter(s):
		0: OBJECT - sector module
		1: SIDE

	Returns:
	BOOL

	--- Initialize ---
	Parameter(s):
		0: OBJECT - sector module

	Returns:
	NOTHING
*/
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
Execution:
call
Groups:
Modules

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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