togetherproperty - TogetherGames/Public-Corona-Lua GitHub Wiki
Together::TogetherProperty
A TogetherProperty is a simple name/value pair that managed by a PropertyCollection.
string Name
The name of this property
string Value
The value of this property
Creates a new TogetherProperty
Note
PropertyCollections allow children with matching names, but this is not suggested as it could result in unexpected search results.
Returns TogetherProperty
TogetherProperty:New( )