Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
SharedDMInfo Struct Reference

#include <sharedobject.hpp>

Public Member Functions

 DEF_SERIALIZE (Archive &ar, const unsigned int version)
 

Data Fields

bool paralyzed
 The Dungeon Master can become paralyzed if a player used a Mirror object to reflect a lightning bolt back at the Dungeon Master. When the Dungeon Master is paralyzed, all input events from the DM should be ignored for the duration of the paralysis. More...
 
int mana_remaining
 

Member Function Documentation

◆ DEF_SERIALIZE()

SharedDMInfo::DEF_SERIALIZE ( Archive &  ar,
const unsigned int  version 
)
inline

Field Documentation

◆ mana_remaining

int SharedDMInfo::mana_remaining

◆ paralyzed

bool SharedDMInfo::paralyzed

The Dungeon Master can become paralyzed if a player used a Mirror object to reflect a lightning bolt back at the Dungeon Master. When the Dungeon Master is paralyzed, all input events from the DM should be ignored for the duration of the paralysis.


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