OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Attributes | List of all members
MonsterDesc Struct Reference

#include <Monsters.h>

Public Attributes

uint16_t monsterHeight
 
uint16_t monsterRadius
 
uint16_t movementSpeed
 
int16_t toHitRadius
 
Color tintColor
 
IndexedArray< SoundId, ACTOR_SOUND_FIRST, ACTOR_SOUND_LASTsoundSampleIds
 
std::string monsterName
 
IndexedArray< std::string, ANIM_First, ANIM_LastspriteNames
 

Member Data Documentation

◆ monsterHeight

uint16_t MonsterDesc::monsterHeight

◆ monsterName

std::string MonsterDesc::monsterName

◆ monsterRadius

uint16_t MonsterDesc::monsterRadius

◆ movementSpeed

uint16_t MonsterDesc::movementSpeed

◆ soundSampleIds

IndexedArray<SoundId, ACTOR_SOUND_FIRST, ACTOR_SOUND_LAST> MonsterDesc::soundSampleIds

◆ spriteNames

IndexedArray<std::string, ANIM_First, ANIM_Last> MonsterDesc::spriteNames

◆ tintColor

Color MonsterDesc::tintColor

◆ toHitRadius

int16_t MonsterDesc::toHitRadius

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