CSEngine
|
Public Member Functions | |
void | Exterminate () override |
std::vector< std::string > | GetVariables () const |
std::string | GetScriptClassName () const |
Public Member Functions inherited from CSE::SResource | |
SResource (bool isRegister) | |
SResource (const SResource *resource, bool isRegister) | |
void | SetName (std::string name) |
void | SetAbsoluteID (std::string id) |
std::string | GetName () const |
std::string | GetAbsoluteID () const |
AssetMgr::AssetReference * | GetAssetReference (std::string hash="") const |
void | LinkResource (AssetMgr::AssetReference *asset) |
void | LinkResource (std::string name) |
void | SetHash (std::string &hash) override |
Public Member Functions inherited from CSE::SObject | |
SObject (bool isRegister) | |
virtual void | SetUndestroyable (bool enable) |
virtual void | Destroy () |
virtual void | __FORCE_DESTROY__ () |
virtual std::string | GenerateMeta () |
std::string | GetHash () const |
Protected Member Functions | |
void | Init (const AssetMgr::AssetReference *asset) override |
Additional Inherited Members | |
Static Public Member Functions inherited from CSE::SResource | |
template<class T > | |
static T * | Create (const std::string &name) |
template<class T > | |
static T * | Create (const AssetMgr::AssetReference *asset) |
template<class T > | |
static T * | Get (std::string name) |
Protected Attributes inherited from CSE::SObject | |
std::string | m_hash |
Definition at line 12 of file SScriptObject.h.
|
overridevirtual |
|
inline |
Definition at line 22 of file SScriptObject.h.
std::vector< std::string > SScriptObject::GetVariables | ( | ) | const |
Definition at line 137 of file SScriptObject.cpp.
|
overrideprotectedvirtual |
Implements CSE::SResource.
Definition at line 25 of file SScriptObject.cpp.