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

Method name_replace

ogsr_engine/COMMON_AI/xrServer_Object_Base.cpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260LPCSTR CSE_Abstract::name() const { return (*s_name); }
261
262LPCSTR CSE_Abstract::name_replace() const { return (s_name_replace); }
263
264Fvector& CSE_Abstract::position() { return (o_Position); }
265

Callers 15

loadMethod · 0.80
build_story_spawnsMethod · 0.80
OnTouchMethod · 0.80
OnDetachMethod · 0.80
entity_DestroyMethod · 0.80
verify_entitiesMethod · 0.80
verify_entityMethod · 0.80
attachMethod · 0.80
detachMethod · 0.80
addMethod · 0.80
removeMethod · 0.80
teleport_objectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected