Blockland Forums > Modification Help
My General Questions
brickybob:
I need to find a reference to those things past the :: marks on functions and stuff.
Anyone have one?
Plornt:
Call the .dump() method on the objects.
Chrono:
- Find object of that type
- OBJECTID.dump();
Or do you mean the arguments? (eg %a, %b, %c)
Those you can just use trace(1); for
just
- disconnect from RTB
- trace(1);
- make it happen
- trace(0); before your console gets flooded
brickybob:
--- Quote from: Chrono on December 04, 2011, 08:41:19 PM ---- Find object of that type
- OBJECTID.dump();
Or do you mean the arguments? (eg %a, %b, %c)
Those you can just use trace(1); for
just
- disconnect from RTB
- trace(1);
- make it happen
- trace(0); before your console gets flooded
--- End quote ---
How do I find the object ID?
Destiny/Zack0Wack0:
--- Quote from: brickybob on December 04, 2011, 08:44:51 PM ---How do I find the object ID?
--- End quote ---
It'll be the number that shows up in the brackets after the function name.