Difference between revisions of "ScriptEvent:setWorldAxis"

From Mod Wiki
 
(No difference)

Latest revision as of 18:12, 5 November 2007

Parameters

vector forward -- The forward component.
vector right -- The right component.
vector up -- The up component.

Result

None.

Supported By

sdClientScriptEntity
idEntity

Comments

  • The input values are not guarded against non-orthogonal axes, nor them being flipped.

Functionality

Sets the physics axes of the entity in world space.