SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::event::MMOItemVariablesUpdate Struct Reference

Dispatched when one or more MMOItem Variables are updated in the current MMORoom. More...

#include <SFSEvent.h>

Public Attributes

std::vector< std::string > changedVars
 The names of the MMOItem Variables that were updated, or created for the first time.
std::shared_ptr< entities::MMOItemmmoItem
 The MMOItem whose variables were updated.
std::shared_ptr< entities::MMORoomroom
 The MMORoom where the MMOItem is located.

Detailed Description

Dispatched when one or more MMOItem Variables are updated in the current MMORoom.

See also
entities::MMORoom
entities::MMOItem
entities::MMOItemVariable

The documentation for this struct was generated from the following file: