isSteamMission: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") | Lou Montana (talk | contribs)  m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) | ||
| Line 1: | Line 1: | ||
| {{Command | {{Command | ||
| | arma3  | | arma3 | ||
| |0.74 | |0.74 | ||
| |gr1= Mission Information  | |gr1= Mission Information | ||
| | Returns true if the current mission is a Steam Workshop mission.  | | Returns true if the current mission is a Steam Workshop mission. | ||
| | '''isSteamMission'''  | | '''isSteamMission''' | ||
| | [[Boolean]]  | | [[Boolean]] | ||
| Line 21: | Line 21: | ||
| { | { | ||
|      [[hint]] "Thank you for downloading my mission off the Internet!"; |      [[hint]] "Thank you for downloading my mission off the Internet!"; | ||
| };</code> | };</code> | ||
| | [[markAsFinishedOnSteam]]  | | [[markAsFinishedOnSteam]] | ||
| |  |MPBEHAVIOUR=   | |  |MPBEHAVIOUR=   | ||
Revision as of 00:42, 18 January 2021
Description
- Description:
- Returns true if the current mission is a Steam Workshop mission.
- Groups:
- Mission Information
Syntax
- Syntax:
- isSteamMission
- Return Value:
- Boolean
Examples
- Example 1:
- if (isSteamMission) then { hint "Thank you for subscribing to my mission on Steam!"; } else { hint "Thank you for downloading my mission off the Internet!"; };
Additional Information
- See also:
- markAsFinishedOnSteam
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
 
	