Difference between revisions of "ScriptEvent:heightMapTrace"

From Mod Wiki
 
(No difference)

Latest revision as of 11:32, 5 November 2007

Parameters

vector start -- Start point of the trace.
vector end -- End point of the trace.

Result

float

Supported By

sdSysCallThread

Comments

  • If no appropriate heightmap can be found for the trace, the result will be 1.

Functionality

Performs a fast heightmap based trace, and returns the fraction which passed.