/////////////////////////////////////////////////////////////////////
| 705 | |
| 706 | ////////////////////////////////////////////////////////////////////////// |
| 707 | void CEntityScript::SendEvent( IEntity *entity,const CString &method ) |
| 708 | { |
| 709 | RunMethod( entity,CString(EVENT_PREFIX)+method ); |
| 710 | } |
| 711 | |
| 712 | ////////////////////////////////////////////////////////////////////////// |
| 713 | void CEntityScript::SetEventsTable( CEntity *entity ) |
no outgoing calls
no test coverage detected