Commit 8450f93f authored by Jamezs Gladney's avatar Jamezs Gladney

reference to where to find all the lua function

parent b79ce22f
......@@ -63,4 +63,7 @@ These functions create the game itself and then manipulate it.
- `int32 query_field_info(ptr pduel, byte* buf);`
- `void set_responsei(ptr pduel, int32 value);`
- `void set_responseb(ptr pduel, byte* buf);`
- `int32 preload_script(ptr pduel, char* script, int32 len);`
\ No newline at end of file
- `int32 preload_script(ptr pduel, char* script, int32 len);`
#Lua functions
`interpreter.cpp`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment