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

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

Static Public Member Functions

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

Detailed Description

Network class that represents the module initializer of Network.

Member Function Documentation

◆ Initialize()

bool Nz::Network::Initialize ( )
static

Initializes the Network module.

Returns
true if initialization is successful
Remarks
Produces a NazaraNotice
Produces a NazaraError if one submodule failed

◆ IsInitialized()

bool Nz::Network::IsInitialized ( )
static

Checks whether the module is initialized.

Returns
true if module is initialized

◆ Uninitialize()

void Nz::Network::Uninitialize ( )
static

Uninitializes the Network module.

Remarks
Produces a NazaraNotice

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