BIS fnc missionRespawnType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (see also and category)
Line 33: Line 33:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[Arma 3 Respawn]],[[Arma 3 Respawn: New Respawn Screen]],[[BIS_fnc_showRespawnMenu]],[[BIS_fnc_showRespawnMenuDisableItemCheck]],[[BIS_fnc_showRespawnMenuDisableItemDraw]],[[BIS_fnc_showRespawnMenuHeader]],[[BIS_fnc_showRespawnMenuInventory]],[[BIS_fnc_showRespawnMenuInventoryDetails]],[[BIS_fnc_showRespawnMenuInventoryLimitRefresh]],[[BIS_fnc_showRespawnMenuInventoryLimitRespawn]],[[BIS_fnc_showRespawnMenuInventoryList]],[[BIS_fnc_showRespawnMenuInventoryLoadout]],[[BIS_fnc_showRespawnMenuInventoryMetadata]],[[BIS_fnc_showRespawnMenuInventoryItems]],[[BIS_fnc_showRespawnMenuPosition]],[[BIS_fnc_showRespawnMenuPositionList]] |= See also


}}
}}
Line 48: Line 48:
[[Category:Functions|{{uc:missionRespawnType}}]]
[[Category:Functions|{{uc:missionRespawnType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:missionRespawnType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:missionRespawnType}}]]
[[Category:Function Group: Respawn|{{uc:addRespawnPosition}}]]

Revision as of 15:45, 29 May 2018


Hover & click on the images for description

Description

Description:
/*

	Description:
	Return respawn type defined in Description.ext

	Parameter(s):
		0: NUMBER or STRING - defines type of returned value

	Returns:
	NUMBER or STRING - respawn type ID (e.g., 1) or name (e.g., "BIRD")
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
Arma 3 RespawnArma 3 Respawn: New Respawn ScreenBIS_fnc_showRespawnMenuBIS_fnc_showRespawnMenuDisableItemCheckBIS_fnc_showRespawnMenuDisableItemDrawBIS_fnc_showRespawnMenuHeaderBIS_fnc_showRespawnMenuInventoryBIS_fnc_showRespawnMenuInventoryDetailsBIS_fnc_showRespawnMenuInventoryLimitRefreshBIS_fnc_showRespawnMenuInventoryLimitRespawnBIS_fnc_showRespawnMenuInventoryListBIS_fnc_showRespawnMenuInventoryLoadoutBIS_fnc_showRespawnMenuInventoryMetadataBIS_fnc_showRespawnMenuInventoryItemsBIS_fnc_showRespawnMenuPositionBIS_fnc_showRespawnMenuPositionList

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

Notes

Bottom Section