MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / SendEvent

Method SendEvent

Editor/Objects/EntityScript.cpp:707–710  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers 13

UpdateMethod · 0.45
OnReloadTexturesMethod · 0.45
OnReloadScriptsMethod · 0.45
OnReloadGeometryMethod · 0.45
OnPrefabsRefreshAllMethod · 0.45
LoadAIMethod · 0.45
SetGameModeMethod · 0.45
SetSimulationModeMethod · 0.45
PaintMethod · 0.45
OnEventSendMethod · 0.45
SyncContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected