Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Need help with cloning.
Need help with cloning. [message #-993325] Sun, 27 October 2002 05:45 Go to previous message
Anonymous
Well, here's to make it quick and easy to understand:

clone objectA -> objectB as instance:
- changes made on A affects B
- changes made on B affects A

clone objectA -> objectB as reference:
- changes made on A affects B
- changes made on B does not affect A

clone objectA -> objectB as copy:
- changes made on A does not affect B
- changes made on B does not affect A

You can have as many references or instances as you want for an object.

- Abjab
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: MOD MAP NIGHT SUCEESS OR FAILURE
Next Topic: moddev
Goto Forum:
  


Current Time: Fri Dec 20 20:40:58 MST 2024

Total time taken to generate the page: 0.01203 seconds