Lua
Lua / Lui modding instructions
Lua Config ( Found In ProjectBo4.json)
{
"lua": {
"info": false,
"error": false,
"allow_unsafe_function": false
},
}Register Lua
{
"name": "Lua test",
"data": [
{
"type": "luafile",
"name": "ui/shield/testhud",
"path": "test.luac",
"hooks_post": [
"x64:fedcba9876543210"
],
"hooks_pre": [
"x64:0123456789abcdef"
]
}
]
}Hook Points
To Compile Lua
Last updated