I am not a programmer but I did mess around with the code for an MMO emulator. I know in there they would copy a struct over with one command. I was wondering if there is something like that in the SC editor. Rather than copying a specific part of a record you could just copy the whole record over with one command, to an equal record of course.
The ability to do that does not exist in Galaxy. You'll have to write a function to copy from one to the other, and have the records as global variables in some array such that you can pass their index to this function.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am not a programmer but I did mess around with the code for an MMO emulator. I know in there they would copy a struct over with one command. I was wondering if there is something like that in the SC editor. Rather than copying a specific part of a record you could just copy the whole record over with one command, to an equal record of course.
@Sneakervek: Go
The ability to do that does not exist in Galaxy. You'll have to write a function to copy from one to the other, and have the records as global variables in some array such that you can pass their index to this function.