mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
show_field_names true by default
This commit is contained in:
parent
7c54d39837
commit
592342b827
@ -116,8 +116,8 @@ PUBLISHED:
|
|||||||
|
|
||||||
bool parse_and_pack(const string &formatted_object);
|
bool parse_and_pack(const string &formatted_object);
|
||||||
bool parse_and_pack(istream &in);
|
bool parse_and_pack(istream &in);
|
||||||
string unpack_and_format(bool show_field_names = false);
|
string unpack_and_format(bool show_field_names = true);
|
||||||
void unpack_and_format(ostream &out, bool show_field_names = false);
|
void unpack_and_format(ostream &out, bool show_field_names = true);
|
||||||
|
|
||||||
INLINE bool had_parse_error() const;
|
INLINE bool had_parse_error() const;
|
||||||
INLINE bool had_pack_error() const;
|
INLINE bool had_pack_error() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user