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

Method net_Spawn

ogsr_engine/xrGame/script_entity.cpp:549–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549BOOL CScriptEntity::net_Spawn(CSE_Abstract* DC)
550{
551 m_initialized = true;
552 object().setVisible(TRUE);
553 object().setEnabled(TRUE);
554
555 return (TRUE);
556}
557
558void CScriptEntity::shedule_Update(u32 DT)
559{

Callers

nothing calls this directly

Calls 3

objectFunction · 0.50
setVisibleMethod · 0.45
setEnabledMethod · 0.45

Tested by

no test coverage detected