Bridge Commander Central
BC Forums => BC Scripting => Topic started by: cnotsch on July 16, 2008, 03:59:48 PM
-
Just a little question:
QBautostart calls the init() method of every plugin on mission start.
are there any other methods it tries to call? something like exit() or restart() or terminate()?
-
Yes there is a "restart", when the player ship is changed I think.
And I think there's also a "terminate", when the mission or BC is exited.
-
The functions are: init, exit, Restart and NewPlayerShip
But only init is required.
-
Thanks a lot
-
Sorry, I never created real documentation for QBautostart. Sorry.
But MLeo is right.
-
Code is documentation too. ;)