|
liblcf
|
Public Member Functions | |
| MoveCommandXmlHandler (rpg::MoveCommand &ref) | |
| void | StartElement (XmlReader &, const char *name, const char **) |
| void | EndElement (XmlReader &, const char *) |
| void | CharacterData (XmlReader &, const std::string &data) |
Private Attributes | |
| rpg::MoveCommand & | ref |
| int32_t * | field |
| bool | parameter_string |
Definition at line 141 of file lmu_movecommand.cpp.
|
inline |
Definition at line 147 of file lmu_movecommand.cpp.
References field, parameter_string, and ref.
|
inline |
Definition at line 170 of file lmu_movecommand.cpp.
References field, parameter_string, and ref.
|
inline |
Definition at line 166 of file lmu_movecommand.cpp.
References field, and parameter_string.
|
inline |
Definition at line 149 of file lmu_movecommand.cpp.
References lcf::Log::Error(), field, parameter_string, ref, and lcf::Struct< rpg::Actor >::name.
|
private |
Definition at line 144 of file lmu_movecommand.cpp.
Referenced by MoveCommandXmlHandler(), CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 145 of file lmu_movecommand.cpp.
Referenced by MoveCommandXmlHandler(), CharacterData(), EndElement(), and StartElement().
|
private |
Definition at line 143 of file lmu_movecommand.cpp.
Referenced by MoveCommandXmlHandler(), CharacterData(), and StartElement().