Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::Core Class Reference

Core class that represents the module initializer of Core. More...

Static Public Member Functions

static bool Initialize ()
 Initializes the Core module. More...
 
static bool IsInitialized ()
 Checks whether the module is initialized. More...
 
static void Uninitialize ()
 Uninitializes the Core module. More...
 

Detailed Description

Core class that represents the module initializer of Core.

Member Function Documentation

◆ Initialize()

bool Nz::Core::Initialize ( )
static

Initializes the Core module.

Returns
true if initialization is successful
Remarks
Produces a NazaraNotice

◆ IsInitialized()

bool Nz::Core::IsInitialized ( )
static

Checks whether the module is initialized.

Returns
true if module is initialized

◆ Uninitialize()

void Nz::Core::Uninitialize ( )
static

Uninitializes the Core module.

Remarks
Produces a NazaraNotice

The documentation for this class was generated from the following files: