|
Engine²
Open-source game engine written in C++.
|
Go to the source code of this file.
Namespaces | |
| namespace | NativeScripting |
| namespace | NativeScripting::System |
Functions | |
| void | NativeScripting::System::UpdateScripts (Engine::Core &core) |
| void | NativeScripting::System::DestroyScript (Engine::Core::Registry ®istry, Engine::EntityId entity) |
| Call OnDestroy function for entity and destroy the script instance. | |
| void | NativeScripting::System::SetOnDestroy (Engine::Core &core) |
| Sets the callback function to be called when the scripting system is destroyed. | |