Hello people.
How i can clone objects in BMax?
Having:
Type myObject
Field name:String
Field x:Int
Field y:Int
End Type
Local a:myObject
a.name = "temp"
a.x = 10
a.y = 10
Local b:myObject
I want to clone a on b.
Any solution?
thanks.
How i can clone objects in BMax?
Having:
Type myObject
Field name:String
Field x:Int
Field y:Int
End Type
Local a:myObject
a.name = "temp"
a.x = 10
a.y = 10
Local b:myObject
I want to clone a on b.
Any solution?
thanks.