Revision Difference
jit.version_num#552452
<cat>libraryfunc</cat>⤶
<title>jit.version_num</title>⤶
⤶
# Not a function⤶
⤶
This is NOT a function, it's a variable containing the version number of the LuaJIT core. Version `xx.yy.zz` is represented by the decimal number `xxyyzz`. In GMod this is `20004`. On x86-64 branch it's `20100`.⤶
<function name="version_num" parent="jit" type="libraryfield">⤶
<description>A variable containing the version number of the LuaJIT core.</description>⤶
<realm>Shared and Menu</realm>⤶
<rets>⤶
<ret name="" type="number">The version number. Version `xx.yy.zz` is represented by the decimal number `xxyyzz`. In GMod this is `20004`. On x86-64 branch it's `20100`.</ret>⤶
</rets>⤶
</function>