Looking at http://www.angelcode.com/angelscript/sdk/docs/manual/doc_global_import.html, it's not clear whether the function I wish to import has to do anything (some special syntax?) to allow itself to be imported from another module. If not, does that mean that there's no way to prevent any module from importing (and calling) any function from any other module?
When you call a function that you imported from another module... is that running in your existing script context?
Are there any complete examples anywhere of using imports?
Thank you.