|
supertux
|
Objects that want to expose themself to the scripting environment should implement this interface. More...
#include <script_interface.hpp>
Public Member Functions | |
| virtual void | expose (HSQUIRRELVM vm, SQInteger table_idx)=0 |
| virtual void | unexpose (HSQUIRRELVM vm, SQInteger table_idx)=0 |
Objects that want to expose themself to the scripting environment should implement this interface.
1.8.12