Hi,
Is there an equivalent to Java's import directive (import java.util.* for example) that allows you to import packages and use the code in them ?
I'm asking this because I'd like to create some packages containing functions that can be reused.
Also, it seems that unrealscript doesn't handle packages well. What are the risks of referring to outside code and is there a way to avoid a missing package creating errors ?
Is there an equivalent to Java's import directive (import java.util.* for example) that allows you to import packages and use the code in them ?
I'm asking this because I'd like to create some packages containing functions that can be reused.
Also, it seems that unrealscript doesn't handle packages well. What are the risks of referring to outside code and is there a way to avoid a missing package creating errors ?