mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add get_systems()
This commit is contained in:
parent
c9fa929659
commit
0b585cff0b
@ -51,6 +51,7 @@ PUBLISHED:
|
||||
bool has_system(const string &system) const;
|
||||
int get_num_systems() const;
|
||||
string get_system(int n) const;
|
||||
MAKE_SEQ(get_systems, get_num_systems, get_system);
|
||||
|
||||
string get_system_tag(const string &system, const string &tag) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user