Jump to content

Is it possible to call functions from an outside class?


GrimyBunyip

Recommended Posts

To clarify.

 

If you want to call a public static function of a class you dont have an instance of use

class'CLASS_NAME'.static.STATIC_FUNCTION()

If you want to call a public non-static function of a class -> get an instance

 

If you want to do anything with a class not in your package/mod (except XComGame stuff) -> you might want to look at http://forums.nexusmods.com/index.php?/topic/3834670-cross-mod-function-calls/

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...