Difference between revisions of "Lua:registerCustomTypeAutoAssembler"
Jump to navigation
Jump to search
(→Related Functions) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' registerCustomTypeAutoAssembler(''autoassemblerscript'') | '''function''' registerCustomTypeAutoAssembler(''autoassemblerscript'') | ||
Line 26: | Line 27: | ||
− | == | + | {{LuaSeeAlso}} |
− | * [[registerCustomTypeLua | + | |
− | + | === Related Functions === | |
+ | * [[Lua:registerCustomTypeLua|registerCustomTypeLua]] |
Latest revision as of 01:16, 25 January 2018
function registerCustomTypeAutoAssembler(autoassemblerscript)
function registerCustomTypeAutoAssembler(typename, bytecount, autoassemblerscript)
Registers a custom variable type based on one auto assembler script
Function Parameters[edit]
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 |