Version 11 (modified by chlin, 14 years ago) ( diff )

--

Inter Calling Analysis

Overview

This page is used to figure out how the functions are processed and related datastructures after the 0. a.d. is launched.

main.cpp

|main
    |RunGameOrAtlas
        |Init 
            |Autostart
        |Frame  
            |ProgressiveLoad
  • ps/GameSetup/GameSetup.cpp: static bool Autostart(const CmdLineArgs& args): call Init function, initialize game, etc.
Note: See TracWiki for help on using the wiki.