ScriptEvent:getEntityDefVectorKey

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

Parameters

integer index -- Index of the entityDef.
string key -- Key to look up.

Result

vector

Supported By

sdSysCallThread

Comments

  • If the entityDef is invalid, or the value cannot be converted, the result will be '0 0 0'.

Functionality

Looks up the specified key from an entityDef and converts it to a vector.