UINT_TO_UBYTE
Cast from an unsigned int to an unsigned byte
Shortcut for:
val castByte = (PCast.UINT shl 4) or PCast.UBYTEContent copied to clipboard
Get more information about the cast byte in the PCast Bytecode Specification
Since
0.1.0
Cast from an unsigned int to an unsigned byte
Shortcut for:
val castByte = (PCast.UINT shl 4) or PCast.UBYTEGet more information about the cast byte in the PCast Bytecode Specification
0.1.0