mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-26 18:46:41 -04:00
Added expression for getting text value.
git-svn-id: svn://localhost@247 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -40,3 +40,7 @@ double TextObject::ExpAngle( const RuntimeScene & scene, ObjectsConcerned & obje
|
||||
return angle;
|
||||
}
|
||||
|
||||
std::string TextObject::ExpString( const RuntimeScene & scene, ObjectsConcerned & objectsConcerned, ObjSPtr obj1, ObjSPtr obj2, const StrExpressionInstruction & exprInstruction )
|
||||
{
|
||||
return text.GetString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user