Skip to content

static class Daedalus (client-side)

Available since version: 0.2

This class represents Daedalus scripting interface.

Properties

No properties.


Methods

symbol

Available since version: 0.2.1

This method will get the daedalus symbol by its id.

DaedalusSymbol|null symbol(int id)

Parameters:

  • int id: the id of the daedalus symbol.

Returns DaedalusSymbol|null:

the daedalus symbol or null.


symbol

Available since version: 0.2.1

This method will get the daedalus symbol by its name.

DaedalusSymbol|null symbol(string name)

Parameters:

  • string name: the name of the daedalus symbol.

Returns DaedalusSymbol|null:

the daedalus symbol or null.


prototype

Available since version: 0.2

This method will get the all of the daedalus prototype variables.

table prototype(string prototypename)

Parameters:

  • string prototypename: the name of the daedalus prototype.

Returns table:

the object containing all of the daedalus prototype variables.


instance

Available since version: 0.2

This method will get the all of the daedalus instance variables.

table instance(string instanceName)

Parameters:

  • string instanceName: the name of the daedalus instance.

Returns table:

the object containing all of the daedalus instance variables.