Lua:registerCustomTypeAutoAssembler
Revision as of 00:14, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved registerCustomTypeAutoAssembler to Lua:registerCustomTypeAutoAssembler)
function registerCustomTypeAutoAssembler(autoassemblerscript)
function registerCustomTypeAutoAssembler(typename, bytecount, autoassemblerscript)
Registers a custom variable type based on one auto assembler script
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| typename | string | Name of the custom type |
| bytecount | integer | The number of bytes this variable contains |
| autoassemblerscript | string | Auto assembler custom type script |