Difference between revisions of "ScriptEvent:checkContents"

From Mod Wiki
 
(No difference)

Latest revision as of 11:21, 5 November 2007

Parameters

vector start -- Start position for the contents check
vector mins -- Mins of the bounds to check with.
vector maxs -- Maxs of the bounds to check with.
integer mask -- Collision mask to use.
object ignore -- Object to ignore in the check, may be an entity or a client entity.

Result

float

Supported By

sdSysCallThread

Functionality

Checks the given bounds for any objects which match the collision mask specified.