/////////////////////////////////////////////////////////////////////
| 53 | |
| 54 | ////////////////////////////////////////////////////////////////////////// |
| 55 | void CDynamicResponseProxy::ProcessEvent(SEntityEvent& event) |
| 56 | { |
| 57 | if (event.event == ENTITY_EVENT_RESET) |
| 58 | { |
| 59 | SET_DRS_USER_SCOPED("DrsProxy Reset Event"); |
| 60 | m_pResponseActor->GetLocalVariables()->SetVariableValue("Name", m_pResponseActor->GetName()); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | ////////////////////////////////////////////////////////////////////////// |
| 65 | bool CDynamicResponseProxy::NeedSerialize() |
nothing calls this directly
no test coverage detected