EggComment
-
class EggComment
Bases:
EggNode
A comment that appears in an egg file within a <Comment> entry.
Inheritance diagram
-
explicit EggComment(std::string const &node_name, std::string const &comment)
-
EggComment(EggComment const ©)
-
static TypeHandle get_class_type(void)
-
std::string get_comment(void) const
-
void set_comment(std::string const &comment)
-
explicit EggComment(std::string const &node_name, std::string const &comment)