This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Unigine::Cigi::ICigiHostPacket Class

Header: #include <CigiClientInterface.h>
Warning
The CIGIClient plugin is deprecated and no longer supported. For more information on working with CIGI please refer to the IG Application section.

This class represents the CIGI Host packet interface. This class contains common methods for all CIGI Host packets.

Notice
CIGI plugin must be loaded.

ICigiHostPacket Class

Members


int getType ( ) #

Returns the type of the CIGI Host packet.

Return value

CIGI Host packet type. One of the CIGI_OPCODE_* values.

const char * getTypeName ( ) #

Returns the name of the CIGI Host packet type.

Return value

Name of the CIGI Host packet type.

virtual ~ICigiHostPacket ( ) #

Virtual destructor.
Last update: 2019-08-16
Build: ()