Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Variables
OOScriptTimer.m File Reference
import "OOScriptTimer.h"
import "Universe.h"
import "OOLogging.h"
import "OOPriorityQueue.h"
+ Include dependency graph for OOScriptTimer.m:

Go to the source code of this file.

Variables

static OOPriorityQueuesTimers
 
static BOOL sUpdating
 
static NSMutableArray * sDeferredTimers
 

Variable Documentation

◆ sDeferredTimers

NSMutableArray* sDeferredTimers
static

Definition at line 36 of file OOScriptTimer.m.

◆ sTimers

OOPriorityQueue* sTimers
static

Definition at line 32 of file OOScriptTimer.m.

◆ sUpdating

BOOL sUpdating
static

Definition at line 35 of file OOScriptTimer.m.