The MOAILuaState.IsType function is a method in the C++ programming language that is used in the MOAI framework. It is responsible for checking the Lua Type of an object. By calling this function, developers can determine the type of a Lua object, such as a number, string, table, function, or userdata. This can be helpful when working with Lua scripts and manipulating Lua objects within the MOAI environment.
C++ (Cpp) MOAILuaState::IsType - 23 examples found. These are the top rated real world C++ (Cpp) examples of MOAILuaState::IsType extracted from open source projects. You can rate examples to help us improve the quality of examples.