Update StaticObject.cpp

This commit is contained in:
Lwmte 2022-09-13 14:52:40 +03:00
parent d988abdc15
commit a3b85aa541

View file

@ -49,6 +49,7 @@ void Static::Register(sol::table & parent)
/// Set static mesh solid collision state
// @function Static:SetSolid
// @tparam bool if set, collision will be solid, if not, will be soft
ScriptReserved_SetSolid, & Static::SetSolid,
/// Get the static's position