ScriptEvent:setWorldAxis

From Mod Wiki
Revision as of 18:12, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.