AddRef() | Urho3D::RefCounted | |
ClearObjectTypeCache() | Urho3D::Script | |
context_ | Urho3D::Object | protected |
DecScriptNestingLevel() | Urho3D::Script | inlineprivate |
defaultScene_ | Urho3D::Script | private |
defaultScriptFile_ | Urho3D::Script | private |
DumpAPI(DumpMode mode=DOXYGEN, const String &sourceTree=String::EMPTY) | Urho3D::Script | |
ExceptionCallback(asIScriptContext *context) | Urho3D::Script | |
Execute(const String &line) | Urho3D::Script | |
executeConsoleCommands_ | Urho3D::Script | private |
GetCallStack(asIScriptContext *context) | Urho3D::Script | static |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetDefaultScene() const | Urho3D::Script | |
GetDefaultScriptFile() const | Urho3D::Script | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetExecuteConsoleCommands() const | Urho3D::Script | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetImmediateContext() const | Urho3D::Script | inline |
GetModuleMutex() | Urho3D::Script | inline |
GetObjectType(const char *declaration) | Urho3D::Script | |
GetScriptEngine() const | Urho3D::Script | inline |
GetScriptFileContext() | Urho3D::Script | private |
GetScriptNestingLevel() | Urho3D::Script | inlineprivate |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleConsoleCommand(StringHash eventType, VariantMap &eventData) | Urho3D::Script | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
immediateContext_ | Urho3D::Script | private |
IncScriptNestingLevel() | Urho3D::Script | inlineprivate |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
MessageCallback(const asSMessageInfo *msg) | Urho3D::Script | |
moduleMutex_ | Urho3D::Script | private |
Object(Context *context) | Urho3D::Object | |
objectTypes_ | Urho3D::Script | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OutputAPIRow(DumpMode mode, const String &row, bool removeReference=false, const String &separator=";") | Urho3D::Script | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
router_ | Urho3D::Script | private |
Script(Context *context) | Urho3D::Script | |
scriptEngine_ | Urho3D::Script | private |
ScriptFile (defined in Urho3D::Script) | Urho3D::Script | friend |
scriptFileContexts_ | Urho3D::Script | private |
scriptNestingLevel_ | Urho3D::Script | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetDefaultScene(Scene *scene) | Urho3D::Script | |
SetDefaultScriptFile(ScriptFile *file) | Urho3D::Script | |
SetExecuteConsoleCommands(bool enable) | Urho3D::Script | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
URHO3D_OBJECT(Script, Object) (defined in Urho3D::Script) | Urho3D::Script | private |
WeakRefs() const | Urho3D::RefCounted | |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Script() | Urho3D::Script | |