You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-added kinematic body
-added kinematic body demos
This commit is contained in:
@@ -530,6 +530,17 @@ void DocData::generate(bool p_basic_types) {
|
||||
|
||||
}
|
||||
|
||||
List<Pair<String,Variant> > cinfo;
|
||||
lang->get_public_constants(&cinfo);
|
||||
|
||||
|
||||
for(List<Pair<String,Variant> >::Element *E=cinfo.front();E;E=E->next()) {
|
||||
|
||||
ConstantDoc cd;
|
||||
cd.name=E->get().first;
|
||||
cd.value=E->get().second;
|
||||
c.constants.push_back(cd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user