libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::ConsoleVariable Member List

This is the complete list of members for Ship::ConsoleVariable, including all inherited members.

ClearBlock(const char *name)Ship::ConsoleVariable
ClearVariable(const char *name)Ship::ConsoleVariable
Component(const std::string &name, std::shared_ptr< Context > context=nullptr)Ship::Componentexplicit
ConsoleVariable(std::shared_ptr< Config > config=nullptr)Ship::ConsoleVariableexplicit
CopyVariable(const char *from, const char *to)Ship::ConsoleVariable
Get(const char *name)Ship::ConsoleVariable
GetChildren()Ship::Component
GetChildren() constShip::Component
GetColor(const char *name, Color_RGBA8 defaultValue)Ship::ConsoleVariable
GetColor24(const char *name, Color_RGB8 defaultValue)Ship::ConsoleVariable
GetContext() constShip::Part
GetFirstInChildren() constShip::Component
GetFirstInParents() constShip::Component
GetFloat(const char *name, float defaultValue)Ship::ConsoleVariable
GetId() constShip::Part
GetInChildren() constShip::Component
GetInParents() constShip::Component
GetInteger(const char *name, int32_t defaultValue)Ship::ConsoleVariable
GetName() constShip::Component
GetParents()Ship::Component
GetParents() constShip::Component
GetSharedComponent()Ship::Componentvirtual
GetString(const char *name, const char *defaultValue)Ship::ConsoleVariable
HasInChildren() constShip::Component
HasInParents() constShip::Component
Init(const nlohmann::json &initArgs=nlohmann::json::object())Ship::Component
IsInitialized() constShip::Component
Load()Ship::ConsoleVariable
LoadFromPath(std::string path, nlohmann::detail::iteration_proxy< nlohmann::detail::iter_impl< nlohmann::json > > items)Ship::ConsoleVariableprotected
LoadLegacy()Ship::ConsoleVariableprotected
MarkInitialized()Ship::Componentprotected
OnAdded(bool forced)Ship::Partprotectedvirtual
OnInit(const nlohmann::json &initArgs=nlohmann::json::object())Ship::Componentprotectedvirtual
OnRemoved(bool forced)Ship::Partprotectedvirtual
operator std::string() constShip::Componentexplicit
operator==(const Part &other) constShip::Part
Part()Ship::Part
Part(std::shared_ptr< Context > context)Ship::Partexplicit
RegisterColor(const char *name, Color_RGBA8 defaultValue)Ship::ConsoleVariable
RegisterColor24(const char *name, Color_RGB8 defaultValue)Ship::ConsoleVariable
RegisterFloat(const char *name, float defaultValue)Ship::ConsoleVariable
RegisterInteger(const char *name, int32_t defaultValue)Ship::ConsoleVariable
RegisterString(const char *name, const char *defaultValue)Ship::ConsoleVariable
RequireDependency(const std::shared_ptr< T > &dependency, const std::string &dependencyName) constShip::Componentprotected
Save()Ship::ConsoleVariable
SetColor(const char *name, Color_RGBA8 value)Ship::ConsoleVariable
SetColor24(const char *name, Color_RGB8 value)Ship::ConsoleVariable
SetContext(std::shared_ptr< Context > ctx)Ship::Part
SetFloat(const char *name, float value)Ship::ConsoleVariable
SetInteger(const char *name, int32_t value)Ship::ConsoleVariable
SetString(const char *name, const char *value)Ship::ConsoleVariable
ToString() constShip::Component
ToTreeString(int depth=0) constShip::Component
TryGetSharedComponent() noexceptShip::Componentvirtual
~Component()Ship::Componentvirtual
~ConsoleVariable()Ship::ConsoleVariable
~Part()=defaultShip::Partvirtual