Rework of SPAWN. Finished for release

This commit is contained in:
svenvandevelde
2016-03-11 12:17:29 +01:00
parent 0468462add
commit 9e9e75271c
15 changed files with 10876 additions and 441 deletions

View File

@@ -6,13 +6,21 @@ Include.File( "Routines" )
_TraceOn = true
_TraceClass = {
DATABASE = true,
--DATABASE = true,
--SEAD = true,
--DESTROYBASETASK = true,
--MOVEMENT = true,
SPAWN = true,
STAGE = true,
ZONE = true,
GROUP = true,
--UNIT = true,
UNIT = true,
--CLIENT = true,
--CARGO = true,
CARGO_GROUP = true,
--CARGO_PACKAGE = true,
--CARGO_SLINGLOAD = true,
CARGO_ZONE = true,
}
BASE = {