|
| BaseFF7FieldScriptFormatter (const std::string &field_name, const std::vector< std::string > &field_id_to_name_lookup, FieldSpawnPointsMap &spawn_points) |
| Constructor. More...
|
|
virtual std::string | GetSpawnPointName (unsigned int map_id, const std::string &entity, const std::string &function_name, unsigned int address) override |
| Composes a spawn point name. More...
|
|
virtual std::string | GetMapName (unsigned int map_id) override |
| Retrieves a map name from it's ID. More...
|
|
virtual std::string | GetFriendlyVarName (unsigned int bank, unsigned int addr) override |
| Retrieves a user friendly variable name. More...
|
|
virtual std::string | GetFriendlyEntityName (const std::string &entity) override |
| Retrieves a user friendly entity name. More...
|
|
virtual std::string | GetFriendlyCharName (int char_id) override |
| Retrieves a user friendly character name. More...
|
|
virtual std::string | GetFriendlyFunctionName (const std::string &entity, const std::string &function_name) override |
| Retrieves a user friendly function name. More...
|
|
virtual std::string | GetFunctionComment (const std::string &entity, const std::string &function_name) override |
| Retrieves the header comment for a function in an entity. More...
|
|
virtual void | AddSpawnPoint (unsigned int map_id, const std::string &entity, const std::string &function_name, unsigned int address, int x, int y, int triangle_id, int angle) |
| Adds an spawn point. More...
|
|
virtual std::string | GetSpawnPointName (unsigned int map_id, const std::string &entity, const std::string &function_name, unsigned int address) |
| Retrieves the name of a spawn point. More...
|
|
virtual std::string | GetMapName (unsigned int map_id) |
| Retrieves the name of a map. More...
|
|
virtual | ~ScriptFormatter ()=default |
|
virtual std::string | GetFriendlyVarName (unsigned int bank, unsigned int addr) |
| Retrieves a friendly name for a variable. More...
|
|
virtual std::string | GetFriendlyEntityName (const std::string &entity_name) |
| Retrieves a friendly name for an entity. More...
|
|
virtual std::string | GetFriendlyAnimationName (int animation_id, int id) |
| Retrieves a friendly name for an animation. More...
|
|
virtual std::string | GetFriendlyCharName (int char_id) |
| Retrieves a friendly name for a character. More...
|
|
virtual std::string | GetFriendlyFunctionName (const std::string &entity_name, const std::string &function_name) |
| Retrieves a friendly name for a function. More...
|
|
virtual std::string | GetFunctionComment (const std::string &entity_name, const std::string &function_name) |
| Retrieves the header comment for a function in an entity. More...
|
|