simulCloudOcclusion: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "<dd class="note">([^}]*)<code>([^<]*)<\/code>" to "<dd class="note">$1<sqf>$2</sqf>") |
||
Line 34: | Line 34: | ||
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | <dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | ||
<dd class="note">The '''simulCloudOcclusion''' command is not recognized on dedicated servers, and will produce an error. If you use this command, it '''cannot''' be anywhere within a script that is run on the dedicated server, or the entire script will halt. To get around this, you can use: | <dd class="note">The '''simulCloudOcclusion''' command is not recognized on dedicated servers, and will produce an error. If you use this command, it '''cannot''' be anywhere within a script that is run on the dedicated server, or the entire script will halt. To get around this, you can use: | ||
< | <sqf>if !isDedicated then {[] execVM "simulCloudOcclusionScript.sqf"};</sqf> | ||
</dl> | </dl> |
Revision as of 10:57, 13 May 2022
Description
- Description:
- Returns clouds occlusion between two given points.
- Problems:
- Groups:
- Environment
Syntax
- Syntax:
- simulCloudOcclusion [pos1, pos2]
- Parameters:
- pos1: Position
- pos2: Position
- Return Value:
Examples
- Example 1:
Additional Information
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
- Posted on 8 August, 2014 - 12:17
- Waffle SS.
- The simulCloudOcclusion command is not recognized on dedicated servers, and will produce an error. If you use this command, it cannot be anywhere within a script that is run on the dedicated server, or the entire script will halt. To get around this, you can use: