|
|
@@ -440,7 +440,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Technique", "const String& GetCategory() const", asMETHODPR(Technique, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Technique", "const String& get_category() const", asMETHODPR(Technique, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// VariantMap& Object::GetEventDataMap() const | File: ../Core/Object.h
|
|
|
engine->RegisterObjectMethod("Technique", "VariantMap& GetEventDataMap() const", asMETHODPR(Technique, GetEventDataMap, () const, VariantMap&), asCALL_THISCALL);
|
|
|
// EventHandler* Object::GetEventHandler() const | File: ../Core/Object.h
|
|
|
@@ -534,7 +534,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Technique", "int Refs() const", asMETHODPR(Technique, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Technique", "int get_refs() const", asMETHODPR(Technique, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void Technique::RegisterObject(Context* context) | File: ../Graphics/Technique.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("Technique", asBEHAVE_RELEASE, "void f()", asMETHODPR(Technique, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Technique::ReleaseShaders() | File: ../Graphics/Technique.h
|
|
|
@@ -668,7 +668,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// template<class T> void Component::GetComponents(PODVector<T*>& dest) const | File: ../Scene/Component.h
|
|
|
// Not registered because template
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// virtual void Component::GetDependencyNodes(PODVector<Node*>& dest) | File: ../Scene/Component.h
|
|
|
// Error: type "PODVector<Node*>&" can not automatically bind
|
|
|
// float Terrain::GetDrawDistance() const | File: ../Graphics/Terrain.h
|
|
|
@@ -863,7 +863,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Terrain", "int Refs() const", asMETHODPR(Terrain, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Terrain", "int get_refs() const", asMETHODPR(Terrain, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void Terrain::RegisterObject(Context* context) | File: ../Graphics/Terrain.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("Terrain", asBEHAVE_RELEASE, "void f()", asMETHODPR(Terrain, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Component::Remove() | File: ../Scene/Component.h
|
|
|
@@ -1130,7 +1130,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// template<class T> void Component::GetComponents(PODVector<T*>& dest) const | File: ../Scene/Component.h
|
|
|
// Not registered because template
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// const IntVector2& TerrainPatch::GetCoordinates() const | File: ../Graphics/TerrainPatch.h
|
|
|
engine->RegisterObjectMethod("TerrainPatch", "const IntVector2& GetCoordinates() const", asMETHODPR(TerrainPatch, GetCoordinates, () const, const IntVector2&), asCALL_THISCALL);
|
|
|
// virtual void Component::GetDependencyNodes(PODVector<Node*>& dest) | File: ../Scene/Component.h
|
|
|
@@ -1344,7 +1344,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TerrainPatch", "int Refs() const", asMETHODPR(TerrainPatch, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TerrainPatch", "int get_refs() const", asMETHODPR(TerrainPatch, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void TerrainPatch::RegisterObject(Context* context) | File: ../Graphics/TerrainPatch.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("TerrainPatch", asBEHAVE_RELEASE, "void f()", asMETHODPR(TerrainPatch, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Component::Remove() | File: ../Scene/Component.h
|
|
|
@@ -1660,7 +1660,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Text", "IntRect GetCombinedScreenRect()", asMETHODPR(Text, GetCombinedScreenRect, (), IntRect), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Text", "IntRect get_combinedScreenRect()", asMETHODPR(Text, GetCombinedScreenRect, (), IntRect), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// virtual void UIElement::GetDebugDrawBatches(PODVector<UIBatch>& batches, PODVector<float>& vertexData, const IntRect& currentScissor) | File: ../UI/UIElement.h
|
|
|
// Error: type "PODVector<UIBatch>&" can not automatically bind
|
|
|
// XMLFile* UIElement::GetDefaultStyle(bool recursiveUp=true) const | File: ../UI/UIElement.h
|
|
|
@@ -2040,7 +2040,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Text", "int Refs() const", asMETHODPR(Text, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Text", "int get_refs() const", asMETHODPR(Text, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void Text::RegisterObject(Context* context) | File: ../UI/Text.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("Text", asBEHAVE_RELEASE, "void f()", asMETHODPR(Text, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void UIElement::Remove() | File: ../UI/UIElement.h
|
|
|
@@ -2496,7 +2496,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// template<class T> void Component::GetComponents(PODVector<T*>& dest) const | File: ../Scene/Component.h
|
|
|
// Not registered because template
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// virtual void Component::GetDependencyNodes(PODVector<Node*>& dest) | File: ../Scene/Component.h
|
|
|
// Error: type "PODVector<Node*>&" can not automatically bind
|
|
|
// float Drawable::GetDistance() const | File: ../Graphics/Drawable.h
|
|
|
@@ -2764,7 +2764,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Text3D", "int Refs() const", asMETHODPR(Text3D, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Text3D", "int get_refs() const", asMETHODPR(Text3D, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void Text3D::RegisterObject(Context* context) | File: ../UI/Text3D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("Text3D", asBEHAVE_RELEASE, "void f()", asMETHODPR(Text3D, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Component::Remove() | File: ../Scene/Component.h
|
|
|
@@ -3054,7 +3054,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture", "uint GetComponents() const", asMETHODPR(Texture, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture", "uint get_components() const", asMETHODPR(Texture, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// unsigned Texture::GetDataSize(int width, int height) const | File: ../Graphics/Texture.h
|
|
|
engine->RegisterObjectMethod("Texture", "uint GetDataSize(int, int) const", asMETHODPR(Texture, GetDataSize, (int, int) const, unsigned), asCALL_THISCALL);
|
|
|
// unsigned Texture::GetDataSize(int width, int height, int depth) const | File: ../Graphics/Texture.h
|
|
|
@@ -3378,7 +3378,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture2D", "uint GetComponents() const", asMETHODPR(Texture2D, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture2D", "uint get_components() const", asMETHODPR(Texture2D, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// bool Texture2D::GetData(unsigned level, void* dest) const | File: ../Graphics/Texture2D.h
|
|
|
// Error: type "void*" can not automatically bind
|
|
|
// unsigned Texture::GetDataSize(int width, int height) const | File: ../Graphics/Texture.h
|
|
|
@@ -3547,7 +3547,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// void Texture::RegenerateLevels() | File: ../Graphics/Texture.h
|
|
|
engine->RegisterObjectMethod("Texture2D", "void RegenerateLevels()", asMETHODPR(Texture2D, RegenerateLevels, (), void), asCALL_THISCALL);
|
|
|
// static void Texture2D::RegisterObject(Context* context) | File: ../Graphics/Texture2D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void Texture2D::Release() override | File: ../Graphics/Texture2D.h
|
|
|
engine->RegisterObjectMethod("Texture2D", "void Release()", asMETHODPR(Texture2D, Release, (), void), asCALL_THISCALL);
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
@@ -3586,7 +3586,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture2D", "void SetBorderColor(const Color&in)", asMETHODPR(Texture2D, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture2D", "void set_borderColor(const Color&in)", asMETHODPR(Texture2D, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
// bool Texture2D::SetData(unsigned level, int x, int y, int width, int height, const void* data) | File: ../Graphics/Texture2D.h
|
|
|
- // Error: type "void*" can not automatically bind
|
|
|
+ // Error: type "const void*" can not automatically bind
|
|
|
// bool Texture2D::SetData(Image* image, bool useAlpha=false) | File: ../Graphics/Texture2D.h
|
|
|
engine->RegisterObjectMethod("Texture2D", "bool SetData(Image@+, bool = false)", asMETHODPR(Texture2D, SetData, (Image*, bool), bool), asCALL_THISCALL);
|
|
|
// void Texture::SetFilterMode(TextureFilterMode mode) | File: ../Graphics/Texture.h
|
|
|
@@ -3723,7 +3723,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "uint GetComponents() const", asMETHODPR(Texture2DArray, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "uint get_components() const", asMETHODPR(Texture2DArray, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// bool Texture2DArray::GetData(unsigned layer, unsigned level, void* dest) const | File: ../Graphics/Texture2DArray.h
|
|
|
// Error: type "void*" can not automatically bind
|
|
|
// unsigned Texture::GetDataSize(int width, int height) const | File: ../Graphics/Texture.h
|
|
|
@@ -3891,7 +3891,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// void Texture::RegenerateLevels() | File: ../Graphics/Texture.h
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "void RegenerateLevels()", asMETHODPR(Texture2DArray, RegenerateLevels, (), void), asCALL_THISCALL);
|
|
|
// static void Texture2DArray::RegisterObject(Context* context) | File: ../Graphics/Texture2DArray.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void Texture2DArray::Release() override | File: ../Graphics/Texture2DArray.h
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "void Release()", asMETHODPR(Texture2DArray, Release, (), void), asCALL_THISCALL);
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
@@ -3930,7 +3930,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "void SetBorderColor(const Color&in)", asMETHODPR(Texture2DArray, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "void set_borderColor(const Color&in)", asMETHODPR(Texture2DArray, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
// bool Texture2DArray::SetData(unsigned layer, unsigned level, int x, int y, int width, int height, const void* data) | File: ../Graphics/Texture2DArray.h
|
|
|
- // Error: type "void*" can not automatically bind
|
|
|
+ // Error: type "const void*" can not automatically bind
|
|
|
// bool Texture2DArray::SetData(unsigned layer, Deserializer& source) | File: ../Graphics/Texture2DArray.h
|
|
|
engine->RegisterObjectMethod("Texture2DArray", "bool SetData(uint, Deserializer&)", asMETHODPR(Texture2DArray, SetData, (unsigned, Deserializer&), bool), asCALL_THISCALL);
|
|
|
// bool Texture2DArray::SetData(unsigned layer, Image* image, bool useAlpha=false) | File: ../Graphics/Texture2DArray.h
|
|
|
@@ -4072,7 +4072,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture3D", "uint GetComponents() const", asMETHODPR(Texture3D, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture3D", "uint get_components() const", asMETHODPR(Texture3D, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// bool Texture3D::GetData(unsigned level, void* dest) const | File: ../Graphics/Texture3D.h
|
|
|
// Error: type "void*" can not automatically bind
|
|
|
// unsigned Texture::GetDataSize(int width, int height) const | File: ../Graphics/Texture.h
|
|
|
@@ -4234,7 +4234,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// void Texture::RegenerateLevels() | File: ../Graphics/Texture.h
|
|
|
engine->RegisterObjectMethod("Texture3D", "void RegenerateLevels()", asMETHODPR(Texture3D, RegenerateLevels, (), void), asCALL_THISCALL);
|
|
|
// static void Texture3D::RegisterObject(Context* context) | File: ../Graphics/Texture3D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void Texture3D::Release() override | File: ../Graphics/Texture3D.h
|
|
|
engine->RegisterObjectMethod("Texture3D", "void Release()", asMETHODPR(Texture3D, Release, (), void), asCALL_THISCALL);
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
@@ -4273,7 +4273,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Texture3D", "void SetBorderColor(const Color&in)", asMETHODPR(Texture3D, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Texture3D", "void set_borderColor(const Color&in)", asMETHODPR(Texture3D, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
// bool Texture3D::SetData(unsigned level, int x, int y, int z, int width, int height, int depth, const void* data) | File: ../Graphics/Texture3D.h
|
|
|
- // Error: type "void*" can not automatically bind
|
|
|
+ // Error: type "const void*" can not automatically bind
|
|
|
// bool Texture3D::SetData(Image* image, bool useAlpha=false) | File: ../Graphics/Texture3D.h
|
|
|
engine->RegisterObjectMethod("Texture3D", "bool SetData(Image@+, bool = false)", asMETHODPR(Texture3D, SetData, (Image*, bool), bool), asCALL_THISCALL);
|
|
|
// void Texture::SetFilterMode(TextureFilterMode mode) | File: ../Graphics/Texture.h
|
|
|
@@ -4410,7 +4410,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TextureCube", "uint GetComponents() const", asMETHODPR(TextureCube, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TextureCube", "uint get_components() const", asMETHODPR(TextureCube, GetComponents, () const, unsigned), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// bool TextureCube::GetData(CubeMapFace face, unsigned level, void* dest) const | File: ../Graphics/TextureCube.h
|
|
|
// Error: type "void*" can not automatically bind
|
|
|
// unsigned Texture::GetDataSize(int width, int height) const | File: ../Graphics/Texture.h
|
|
|
@@ -4577,7 +4577,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// void Texture::RegenerateLevels() | File: ../Graphics/Texture.h
|
|
|
engine->RegisterObjectMethod("TextureCube", "void RegenerateLevels()", asMETHODPR(TextureCube, RegenerateLevels, (), void), asCALL_THISCALL);
|
|
|
// static void TextureCube::RegisterObject(Context* context) | File: ../Graphics/TextureCube.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void TextureCube::Release() override | File: ../Graphics/TextureCube.h
|
|
|
engine->RegisterObjectMethod("TextureCube", "void Release()", asMETHODPR(TextureCube, Release, (), void), asCALL_THISCALL);
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
@@ -4616,7 +4616,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TextureCube", "void SetBorderColor(const Color&in)", asMETHODPR(TextureCube, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TextureCube", "void set_borderColor(const Color&in)", asMETHODPR(TextureCube, SetBorderColor, (const Color&), void), asCALL_THISCALL);
|
|
|
// bool TextureCube::SetData(CubeMapFace face, unsigned level, int x, int y, int width, int height, const void* data) | File: ../Graphics/TextureCube.h
|
|
|
- // Error: type "void*" can not automatically bind
|
|
|
+ // Error: type "const void*" can not automatically bind
|
|
|
// bool TextureCube::SetData(CubeMapFace face, Deserializer& source) | File: ../Graphics/TextureCube.h
|
|
|
engine->RegisterObjectMethod("TextureCube", "bool SetData(CubeMapFace, Deserializer&)", asMETHODPR(TextureCube, SetData, (CubeMapFace, Deserializer&), bool), asCALL_THISCALL);
|
|
|
// bool TextureCube::SetData(CubeMapFace face, Image* image, bool useAlpha=false) | File: ../Graphics/TextureCube.h
|
|
|
@@ -4805,7 +4805,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// template<class T> void Component::GetComponents(PODVector<T*>& dest) const | File: ../Scene/Component.h
|
|
|
// Not registered because template
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// virtual void Component::GetDependencyNodes(PODVector<Node*>& dest) | File: ../Scene/Component.h
|
|
|
// Error: type "PODVector<Node*>&" can not automatically bind
|
|
|
// VariantMap& Object::GetEventDataMap() const | File: ../Core/Object.h
|
|
|
@@ -4927,7 +4927,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TileMap2D", "int Refs() const", asMETHODPR(TileMap2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TileMap2D", "int get_refs() const", asMETHODPR(TileMap2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void TileMap2D::RegisterObject(Context* context) | File: ../Urho2D/TileMap2D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("TileMap2D", asBEHAVE_RELEASE, "void f()", asMETHODPR(TileMap2D, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Component::Remove() | File: ../Scene/Component.h
|
|
|
@@ -5107,7 +5107,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
// template<class T> void Component::GetComponents(PODVector<T*>& dest) const | File: ../Scene/Component.h
|
|
|
// Not registered because template
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// virtual void Component::GetDependencyNodes(PODVector<Node*>& dest) | File: ../Scene/Component.h
|
|
|
// Error: type "PODVector<Node*>&" can not automatically bind
|
|
|
// int TileMapLayer2D::GetDrawOrder() const | File: ../Urho2D/TileMapLayer2D.h
|
|
|
@@ -5251,7 +5251,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TileMapLayer2D", "int Refs() const", asMETHODPR(TileMapLayer2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TileMapLayer2D", "int get_refs() const", asMETHODPR(TileMapLayer2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void TileMapLayer2D::RegisterObject(Context* context) | File: ../Urho2D/TileMapLayer2D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("TileMapLayer2D", asBEHAVE_RELEASE, "void f()", asMETHODPR(TileMapLayer2D, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Component::Remove() | File: ../Scene/Component.h
|
|
|
@@ -5455,7 +5455,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("Time", "const String& GetCategory() const", asMETHODPR(Time, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Time", "const String& get_category() const", asMETHODPR(Time, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// float Time::GetElapsedTime() | File: ../Core/Timer.h
|
|
|
engine->RegisterObjectMethod("Time", "float GetElapsedTime()", asMETHODPR(Time, GetElapsedTime, (), float), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("Time", "float get_elapsedTime()", asMETHODPR(Time, GetElapsedTime, (), float), asCALL_THISCALL);
|
|
|
@@ -5614,7 +5614,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TmxFile2D", "const String& GetCategory() const", asMETHODPR(TmxFile2D, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TmxFile2D", "const String& get_category() const", asMETHODPR(TmxFile2D, GetCategory, () const, const String&), asCALL_THISCALL);
|
|
|
// Context* Object::GetContext() const | File: ../Core/Object.h
|
|
|
- // Error: type "Context*" can not be returned
|
|
|
+ // Error: type "Context*" can used only as function parameter
|
|
|
// VariantMap& Object::GetEventDataMap() const | File: ../Core/Object.h
|
|
|
engine->RegisterObjectMethod("TmxFile2D", "VariantMap& GetEventDataMap() const", asMETHODPR(TmxFile2D, GetEventDataMap, () const, VariantMap&), asCALL_THISCALL);
|
|
|
// EventHandler* Object::GetEventHandler() const | File: ../Core/Object.h
|
|
|
@@ -5692,7 +5692,7 @@ void ASRegisterGenerated_Members_Ta_Tm(asIScriptEngine* engine)
|
|
|
engine->RegisterObjectMethod("TmxFile2D", "int Refs() const", asMETHODPR(TmxFile2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
engine->RegisterObjectMethod("TmxFile2D", "int get_refs() const", asMETHODPR(TmxFile2D, Refs, () const, int), asCALL_THISCALL);
|
|
|
// static void TmxFile2D::RegisterObject(Context* context) | File: ../Urho2D/TmxFile2D.h
|
|
|
- // Context can be used as firs parameter of constructors only
|
|
|
+ // Not registered because have @nobind mark
|
|
|
// void RefCounted::ReleaseRef() | File: ../Container/RefCounted.h
|
|
|
engine->RegisterObjectBehaviour("TmxFile2D", asBEHAVE_RELEASE, "void f()", asMETHODPR(TmxFile2D, ReleaseRef, (), void), asCALL_THISCALL);
|
|
|
// void Resource::ResetUseTimer() | File: ../Resource/Resource.h
|