Hello I am really scratching my head around this ,i want to create a class function with more than one option
Someathing like
I don't really know for what to look for (basically a class whithin a class whithin a class and so on)... so i'll give an example:
Events.add.coord();
or
Events.add.zone();
or
Events.add.copy.id();
or
Events.add.someathing.someathing.byref();
I don't think the class in a class in a class would work to good so i came here for some aid.
Or the creation of functions like "void Events.add.zone(){};"