MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetCharacters

Function GetCharacters

Source/Scripting/angelscript/asfuncs.cpp:3167–3172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3165}
3166
3167void GetCharacters(CScriptArray* array) {
3168 for (auto& movement_object : the_scenegraph->movement_objects_) {
3169 int val = movement_object->GetID();
3170 array->InsertLast(&val);
3171 }
3172}
3173
3174void GetCharactersInHull(std::string path, mat4 transform, CScriptArray* array) {
3175 ContactInfoCallback cb;

Callers

nothing calls this directly

Calls 2

GetIDMethod · 0.45
InsertLastMethod · 0.45

Tested by

no test coverage detected