Difference between revisions of "ScriptEvent:checkDeployMask"
From Mod Wiki
(No difference)
|
Latest revision as of 11:21, 5 November 2007
Parameters
vector mins -- Mins of the bounds to check. vector maxs -- Maxs of the bounds to check. integer handle -- Handle to the mask to check.
Result
Supported By
sdSysCallThread
Comments
- Deploy mask handles can be looked up using getDeployMask.
- If there is no playzone at the midpoint of the bounds which supports deployment the result will be false.
- If the playzone found does not support the mask asked for, the result will be false.
Functionality
Returns whether the mask covering the bounds specified is entirely valid.