ScriptEvent:checkDeployMask

From Mod Wiki

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

float

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.