Difference between revisions of "LevelLoader"
From Headbone Creative
(Initial page, includes API information and categories) |
Latest revision as of 04:48, 20 April 2013
This implements a simple level loading script.
Contents |
[edit] Public Variables
[edit] levelToLoad : string
This defines the name of the level to load.
[edit] Public Functions
[edit] void LoadLevel (string levelname = "")
This function will load a level with the given name. If no levelname is given, the level defined in the public variable levelToLoad will be used.