|
Brunot
|
This is the complete list of members for sys::ScriptingManager, including all inherited members.
| addChild(std::unique_ptr< GameObject > newChild) -> bool | GameObject | virtual |
| addChildLua(std::unique_ptr< GameObject > &newChild) -> bool | GameObject | |
| bindPathType() | sys::ScriptingManager | private |
| calculateFormattedName() const -> void | GameObject | private |
| checkAddToSceneHook() -> void | GameObject | protected |
| clone() const -> std::unique_ptr< GameObject > override | sys::ScriptingManager | inlinevirtual |
| coolerGetUUID() const -> unsigned int | GameObject | |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| endWindow() -> void override | sys::ScriptingManager | inlinevirtual |
| Engine | GameObject | |
| Entity | GameObject | |
| for_each(std::function< void(GameObject &)> func) -> void | GameObject | virtual |
| for_each(std::function< void(const GameObject &)> func) const -> void | GameObject | virtual |
| formattedName | GameObject | mutableprivate |
| GameObject(std::string typeName, gobj::Type parentType, gobj::Type type) | GameObject | |
| GameObject(const GameObject &other) | GameObject | |
| GameObject(GameObject &&other) noexcept | GameObject | |
| getChildren() const -> std::shared_ptr< std::vector< GameObject * > > | GameObject | protectedvirtual |
| getEnum() -> Type | sys::ScriptingManager | inlinestatic |
| getFormattedName() const -> const std::string & | GameObject | |
| getFunction(const std::string &name) -> sol::protected_function | sys::ScriptingManager | |
| getGameObjectJson() const -> json | GameObject | |
| getInternalParent() const -> GameObject * | GameObject | |
| getKey() const -> Key override | System | virtual |
| getName() const -> const std::string & | GameObject | |
| getNickname() const -> const std::string & | GameObject | |
| getObjectType() const -> gobj::Type | GameObject | |
| getParent() const -> GameObject *override | System | virtual |
| getState() -> sol::state & | sys::ScriptingManager | inline |
| getUUID() const -> gobj::UUID | GameObject | |
| inEngine | GameObject | private |
| internalParent | GameObject | private |
| isActive() const -> bool | GameObject | |
| isDestroyed | GameObject | private |
| isType(gobj::Type otherType) const -> bool | GameObject | |
| isUUID(gobj::UUID compareUUID) const -> bool | GameObject | |
| load(const Stream &stream) -> void override | sys::ScriptingManager | virtual |
| lua | sys::ScriptingManager | private |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| nickname | GameObject | private |
| Node | GameObject | |
| NULL_SCRIPT() -> Script & | sys::ScriptingManager | inlinestatic |
| null_script | sys::ScriptingManager | private |
| onEnterEngine() -> void | GameObject | inlinevirtual |
| onRender() -> void override | sys::ScriptingManager | virtual |
| onSceneExit(const std::string &sceneName) -> void | GameObject | inlinevirtual |
| onSceneStart(const std::string &sceneName) -> void | GameObject | inlinevirtual |
| onUpdate(float dt) -> void override | sys::ScriptingManager | virtual |
| OpenScript(const std::string &path) -> sol::load_result | sys::ScriptingManager | inlinestatic |
| openScript(const std::string &path) -> sol::load_result | sys::ScriptingManager | |
| operator=(const ScriptingManager &other) -> ScriptingManager &=delete | sys::ScriptingManager | |
| operator=(ScriptingManager &&other) noexcept -> ScriptingManager &=delete | sys::ScriptingManager | |
| System::operator=(const GameObject &other) -> GameObject & | GameObject | |
| System::operator=(GameObject &&other) noexcept -> GameObject & | GameObject | |
| parentTo(GameObject *newParent) -> bool | GameObject | virtual |
| parentType | GameObject | private |
| receivesMessages() const -> bool | GameObject | |
| render() -> void | GameObject | virtual |
| renderLayer | GameObject | private |
| renders() const -> bool | GameObject | |
| save(Stream &stream) const -> void override | sys::ScriptingManager | virtual |
| ScriptingManager() | sys::ScriptingManager | |
| ScriptingManager(const ScriptingManager &other)=delete | sys::ScriptingManager | |
| ScriptingManager(ScriptingManager &&other) noexcept=delete | sys::ScriptingManager | |
| setActive(bool shouldBeActive) -> void | GameObject | |
| setGameObjectJson(const json &stream) -> void | GameObject | |
| setInternalParent(GameObject *parent) -> bool | GameObject | protected |
| setNickname(const std::string &newNickname) -> void | GameObject | |
| setShouldReceiveMessages(bool _shouldReceiveMessages) -> void | GameObject | virtual |
| setShouldRender(bool _shouldRender) -> void | GameObject | virtual |
| setShouldUpdate(bool _shouldUpdate) -> void | GameObject | virtual |
| shouldReceiveMessages | GameObject | private |
| shouldRender | GameObject | private |
| shouldUpdate | GameObject | private |
| showMenu() -> void override | System | virtual |
| System(const std::string &typeName, Type systemType) | System | protected |
| systemShowMenu() -> void | System | inlineprotectedvirtual |
| Type enum name | System | |
| type | System | private |
| typeName | GameObject | private |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| ~GameObject() | GameObject | virtual |
| ~ScriptingManager() override=default | sys::ScriptingManager |