mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): implement CScriptRegion LUA methods
This commit is contained in:
parent
8c442f5a82
commit
d63ebf7696
11 changed files with 208 additions and 30 deletions
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
// External from "ui/ScriptFunctions.hpp"
|
||||
void RegisterSimpleFrameScriptMethods();
|
||||
int32_t Script_GetScreenWidth(lua_State* L);
|
||||
int32_t Script_GetScreenHeight(lua_State* L);
|
||||
|
||||
|
||||
static int32_t Script_FrameXML_Debug(lua_State* L) {
|
||||
|
|
@ -580,14 +582,6 @@ static int32_t Script_ArenaTeamDisband(lua_State* L) {
|
|||
WHOA_UNIMPLEMENTED(0);
|
||||
}
|
||||
|
||||
static int32_t Script_GetScreenWidth(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
}
|
||||
|
||||
static int32_t Script_GetScreenHeight(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
}
|
||||
|
||||
static int32_t Script_GetDamageBonusStat(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue