Home
last modified time | relevance | path

Searched refs:MapCopyDictToEntity (Results 1 – 4 of 4) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DGame.h307 virtual void MapCopyDictToEntity( const char *name, const idDict *dict ) const;
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGameEdit.cpp1032 void idGameEdit::MapCopyDictToEntity( const char *name, const idDict *dict ) const { in MapCopyDictToEntity() function in idGameEdit
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGameEdit.cpp1032 void idGameEdit::MapCopyDictToEntity( const char *name, const idDict *dict ) const { in MapCopyDictToEntity() function in idGameEdit
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/sound/
H A DDialogSound.cpp360 gameEdit->MapCopyDictToEntity( name, &src ); in ApplyChanges()