Skip to content

VCMP C++ Sample SDK Module - Comprises a complete setup of necessary callbacks signal implementations ready to use

Notifications You must be signed in to change notification settings

DizzasTeR/VCMP-SDK-Sample-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VCMP SDK Sample Module

This sample module can be used as a base to get started with a C++ module based server implementation with the power of nod signaling. Most of the necessary callbacks have been signalized, if you think you need the remaining one, you may add them manually.

Noteworthy info

The onPlayerCommand signal is customized to a more traditional format, such as

signal_onPlayerCommand.connect([](int32_t playerId, std::string command, std::vector<std::string> args) {
  // command :: May be NULL if no command was specified
  // args :: Vector size may be zero if no arguments were specified
});

About

VCMP C++ Sample SDK Module - Comprises a complete setup of necessary callbacks signal implementations ready to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published