MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / get_section_name

Function get_section_name

ogsr_engine/COMMON_AI/xrServer_Objects_script.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace luabind;
16
17LPCSTR get_section_name(const CSE_Abstract* abstract) { return (abstract->name()); }
18
19LPCSTR get_name(const CSE_Abstract* abstract) { return (abstract->name_replace()); }
20

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected