If I have a type, and an array of a type, and I want to copy an item from the array of the type, to another array position in a different array of the same type though, can I do this, and bring all the fields etc with it ? ex.
player(ID_player) = copyentity(lvlgrid(countz%,countx%))
to copy everything the field variables, mesh handles etc.. or do I have to manually copy each field in a loop ?
player(ID_player) = copyentity(lvlgrid(countz%,countx%))
to copy everything the field variables, mesh handles etc.. or do I have to manually copy each field in a loop ?