Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit d484196

Browse files
committed
add the luabinds
1 parent f954683 commit d484196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Managers/LuaMan.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ int LuaMan::Create()
547547
.def("AddBox", &Scene::Area::AddBox)
548548
.def("HasNoArea", &Scene::Area::HasNoArea)
549549
.def("IsInside", &Scene::Area::IsInside)
550+
.def("IsInsideX", &Scene::Area::IsInsideX)
551+
.def("IsInsideY", &Scene::Area::IsInsideY)
550552
.def("GetBoxInside", &Scene::Area::GetBoxInside)
551553
.def("RemoveBoxInside", &Scene::Area::RemoveBoxInside)
552554
.def("GetCenterPoint", &Scene::Area::GetCenterPoint)

0 commit comments

Comments
 (0)