isSteamMission: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *('''[a-zA-Z0-9]+''') \|r1=" to " \|s1= $1 |r1=") |
Lou Montana (talk | contribs) m (Text replacement - " \|s1=" to " |s1=") |
||
Line 9: | Line 9: | ||
| Returns true if the current mission is a Steam Workshop mission. | | Returns true if the current mission is a Steam Workshop mission. | ||
|s1= '''isSteamMission''' | |||
|r1= [[Boolean]] | |r1= [[Boolean]] |
Revision as of 15:44, 13 June 2021
Description
- Description:
- Description needed
- 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