Third Person Cover Shooter
1.6
|
Stores covers and search blocks inside the level. More...
Static Public Member Functions | |
static void | Restart () |
Rebuilds the search point database. More... | |
static void | Update () |
Checks if the database has to be rebuilt. More... | |
static void | Rebuild () |
Rebuilds the search point database. More... | |
Static Public Attributes | |
static List< SearchBlock > | GeneratedBlocks = new List<SearchBlock>() |
static SearchPointData | GeneratedPoints = new SearchPointData() |
Stores covers and search blocks inside the level.
|
static |
Rebuilds the search point database.
|
static |
Rebuilds the search point database.
Ignores other calls to rebuild in this frame.
|
static |
Checks if the database has to be rebuilt.
|
static |
|
static |