MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / get_entity

Method get_entity

samples/factory.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 Entity *get_entity(const std::string &name)
32 {
33 return &entities.at(name);
34 }
35
36
37 // loop over all entities and all their updater function (if it exists)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected