EggComment

class EggComment

Bases: EggNode

A comment that appears in an egg file within a <Comment> entry.

Inheritance diagram

Inheritance diagram of EggComment

explicit EggComment(std::string const &node_name, std::string const &comment)
EggComment(EggComment const &copy)
static TypeHandle get_class_type(void)
std::string get_comment(void) const
void set_comment(std::string const &comment)