Database filter criteria

This commit is contained in:
FlightControl
2016-04-26 12:54:41 +02:00
parent 243009704d
commit 391408de9b
9 changed files with 89 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ Include.File( "Event" )
--- Declare the main database object, which is used internally by the MOOSE classes.
_Database = DATABASE:New():ScanEnvironment() -- Database#DATABASE
_DATABASE = DATABASE:New():ScanEnvironment() -- Database#DATABASE
--- Declare the event dispatcher based on the EVENT class
_EVENTDISPATCHER = EVENT:New() -- #EVENT