DataType:lua
Returns information primarily about the Lua plugin itself
This Data Type is referenced in MQ2Lua, and accessed by Top-Level Object(s): Lua
Members
Type | Member | Description |
---|---|---|
int | Turbo | the turbo value |
luainfo | Script[<PID>] | the accessor to get info on individual scripts. Accepts scriptname or a PID as an index. If no index provided, it will default to the last executed script that has finished running. |
string | CRequirePaths | the semicolon-delimited value for dll require search paths |
Dir | the base lua scripts directory | |
PIDs | a comma-delimited list of integer PIDs that have info to access | |
RequirePaths | the semicolon-delimited value for lua require search paths |