Author Topic: List of FxDTSBrick attributes?  (Read 1473 times)

Where could i find a list of all the FxDTSBrick attributes? Attributes or something... The thing after the "FxDTSBrick::". For example "FxDTSBrick::onPlayerTouch".




Console while ingame.

this is the result...?

Code: [Select]
<input> (0): Unable to find object: 'fxDTSBrick' attempting to call function 'du
mp'
BackTrace: ->ConsoleEntry::eval
%

type "FxDTSBrick." and keep hitting tab...

Place a brick.

/getid

id.dump();

Place a brick.

/getid

id.dump();

Look at the brick, your crosshair over it, before doing /getid.

Look at the brick, your crosshair over it, before doing /getid.
Right. Should have included that.

Wow thanks guys. Huge help

I prefer doing /getid then going into console, and typing id.save(path);

I prefer doing /getid then going into console, and typing id.save(path);

Wait, why are you saving a brick? He's talking about the list of commands, that doesn't save... Wait... I'm confusing myself, what was I just thinking?

Wait, why are you saving a brick? He's talking about the list of commands, that doesn't save... Wait... I'm confusing myself, what was I just thinking?

It saves all the values of a script object.  If I remember correctly, It should list all of the different attributes of that script object.

Oh, I think I misunderstood "attributes"
Nevermind, I have no idea how to find class functions like that.




Ok guys, i realized something. This idea of using tab to find new class functions is giving me the same class functions for everything. Is this because they can?

I'm being kinda picky i know, but could someone tell me where i could get a list of all these lol :P thanks