#include <auto_map.h>
|
| CAutoMapper (CEditor *pEditor) |
|
void | Load (const char *pTileName) |
|
void | ProceedLocalized (class CLayerTiles *pLayer, int ConfigId, int Seed=0, int X=0, int Y=0, int Width=-1, int Height=-1) |
|
void | Proceed (class CLayerTiles *pLayer, int ConfigId, int Seed=0, int SeedOffsetX=0, int SeedOffsetY=0) |
|
int | ConfigNamesNum () const |
|
const char * | GetConfigName (int Index) |
|
bool | IsLoaded () const |
|
virtual bool | OnInput (const IInput::CEvent &Event) override |
|
void | InitSubComponents () |
|
void | RegisterSubComponent (CEditorComponent &Component) |
|
virtual | ~CEditorObject ()=default |
|
virtual void | OnInit (CEditor *pEditor) |
|
virtual void | OnUpdate () |
|
virtual bool | OnInput (const IInput::CEvent &Event) |
|
virtual void | OnRender (CUIRect View) |
|
virtual void | OnHot () |
|
virtual void | OnActive () |
|
virtual void | OnReset () |
|
virtual void | OnMapLoad () |
|
bool | IsHot () |
|
void | SetHot () |
|
void | UnsetHot () |
|
bool | IsActive () |
|
void | SetActive () |
|
void | SetInactive () |
|
CEditor * | Editor () |
|
const CEditor * | Editor () const |
|
IInput * | Input () |
|
IClient * | Client () |
|
CConfig * | Config () |
|
IConsole * | Console () |
|
IEngine * | Engine () |
|
IGraphics * | Graphics () |
|
ISound * | Sound () |
|
ITextRender * | TextRender () |
|
IStorage * | Storage () |
|
CUi * | Ui () |
|
CRenderTools * | RenderTools () |
|
◆ CAutoMapper()
CAutoMapper::CAutoMapper |
( |
CEditor * |
pEditor | ) |
|
|
explicit |
◆ ConfigNamesNum()
int CAutoMapper::ConfigNamesNum |
( |
| ) |
const |
|
inline |
◆ GetConfigName()
const char * CAutoMapper::GetConfigName |
( |
int |
Index | ) |
|
◆ IsLoaded()
bool CAutoMapper::IsLoaded |
( |
| ) |
const |
|
inline |
◆ Load()
void CAutoMapper::Load |
( |
const char * |
pTileName | ) |
|
◆ Proceed()
void CAutoMapper::Proceed |
( |
class CLayerTiles * |
pLayer, |
|
|
int |
ConfigId, |
|
|
int |
Seed = 0 , |
|
|
int |
SeedOffsetX = 0 , |
|
|
int |
SeedOffsetY = 0 |
|
) |
| |
◆ ProceedLocalized()
void CAutoMapper::ProceedLocalized |
( |
class CLayerTiles * |
pLayer, |
|
|
int |
ConfigId, |
|
|
int |
Seed = 0 , |
|
|
int |
X = 0 , |
|
|
int |
Y = 0 , |
|
|
int |
Width = -1 , |
|
|
int |
Height = -1 |
|
) |
| |
◆ m_FileLoaded
bool CAutoMapper::m_FileLoaded = false |
|
private |
◆ m_vConfigs
The documentation for this class was generated from the following files: