isSteamMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma3 |Game name=
| arma3


|0.74|Game version=
|0.74


|gr1= Mission Information |GROUP1=
|gr1= Mission Information


| Returns true if the current mission is a Steam Workshop mission. |DESCRIPTION=
| Returns true if the current mission is a Steam Workshop mission.


| '''isSteamMission''' |SYNTAX=
| '''isSteamMission'''


| [[Boolean]] |RETURNVALUE=
| [[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>|EXAMPLE1=
};</code>




| [[markAsFinishedOnSteam]] |SEEALSO=
| [[markAsFinishedOnSteam]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:42, 18 January 2021

Hover & click on the images for description

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

Notes

Bottom Section