Difference between revisions of "Lua:registerCustomTypeAutoAssembler"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
− | == | + | {{LuaSeeAlso}} |
+ | |||
+ | === Related Functions === | ||
* [[registerCustomTypeLua]] | * [[registerCustomTypeLua]] | ||
− |
Revision as of 21:47, 19 March 2017
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 |