Hello,
I’m searching for an efficient way to use functions as public properties of a class. For exemple:
object.Prop = 20 -- instead of object:SetProp(20)
value = object.Prop -- instead of value = object:GetProp()
This is one approach.
Does anyone know a more efficient way to make that?
Thanks in advance [import]uid: 29154 topic_id: 33124 reply_id: 333124[/import]