Other great resources: Official JS API docs, Scripting Forum
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
var gameObj = hackGetObj(type, player, id);
The type of object to retrieve:
The object ID.
null
var obj = hackGetObj(DROID, me, 63); // retrieve my droid #63 if (obj) { // do stuff with the obj }
Requires:
Earlier versions:
Jump to:
Related articles: