Home
last modified time | relevance | path

Searched refs:GetIntVector3 (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DPListFile.h110 IntVector3 GetIntVector3() const;
H A DPListFile.cpp232 IntVector3 PListValue::GetIntVector3() const in GetIntVector3() function in Urho3D::PListValue
H A DXMLElement.h245 IntVector3 GetIntVector3(const String& name) const;
H A DXMLElement.cpp812 IntVector3 XMLElement::GetIntVector3(const String& name) const in GetIntVector3() function in Urho3D::XMLElement
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DValueAnimation.cpp425 const IntVector3& v1 = value1.GetIntVector3(); in LinearInterpolation()
426 const IntVector3& v2 = value2.GetIntVector3(); in LinearInterpolation()
H A DSerializable.cpp155 *(reinterpret_cast<IntVector3*>(dest)) = src.GetIntVector3(); in OnSetAttribute()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DVariant.cpp773 return GetIntVector3(); in Get()
878 return GetIntVector3(); in Get()
H A DVariant.h1156 const IntVector3& GetIntVector3() const in GetIntVector3() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Resource/
H A DXMLElement.pkg70 IntVector3 GetIntVector3(const String name) const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/IO/
H A DSerializer.cpp316 return WriteIntVector3(value.GetIntVector3()); in WriteVariantData()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/
H A DLuaScriptInstance.cpp195 IntVector3* value = new IntVector3(src.GetIntVector3()); in OnSetAttribute()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Core/
H A DVariant.pkg105 const IntVector3& GetIntVector3() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DScriptFile.cpp789 context->SetArgObject(i, (void*)&parameters[i].GetIntVector3()); in SetParameters()
H A DResourceAPI.cpp576 …ntVector3 GetIntVector3(const String&in) const", asMETHOD(XMLElement, GetIntVector3), asCALL_THISC… in RegisterXMLElement()
H A DCoreAPI.cpp625 …ariant", "const IntVector3& GetIntVector3() const", asMETHOD(Variant, GetIntVector3), asCALL_THISC… in RegisterVariant()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h14217 const IntVector3& GetIntVector3() const;
15071 IntVector3 GetIntVector3(const String&) const;
H A DLuaScriptAPI.dox7416 - const IntVector3& GetIntVector3() const
7932 - IntVector3 GetIntVector3(const String name) const
H A DScriptAPI.dox14953 - const IntVector3& GetIntVector3() const
15687 - IntVector3 GetIntVector3(const String&) const