| 547 | } |
| 548 | |
| 549 | BOOL 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 | |
| 558 | void CScriptEntity::shedule_Update(u32 DT) |
| 559 | { |
nothing calls this directly
no test coverage detected