Aura.Channel.Scripting.ScriptManager.Load C# (CSharp) Method

Load() public method

Loads all scripts.
public Load ( ) : void
return void
		public void Load()
		{
			this.CreateInlineItemScriptFile();
			this.LoadScripts(IndexPath);
			ChannelServer.Instance.World.SpawnManager.SpawnAll();
		}