fn: lua_tostring
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
lua_tostring(int)
@lua_tostring(int)
Description
The
Note: The value on the
f++ example
Example of
lua { str = "hello, world!" } lua_getglobal("str") console("lua_tostring(1)")
n++ example
Example of
@lua { str = "hello, world!" } @lua_getglobal("str") @console("@lua_tostring(1)")