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

Method FindObject

Editor/Objects/BaseObject.cpp:1227–1230  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1225
1226//////////////////////////////////////////////////////////////////////////
1227CBaseObject* CBaseObject::FindObject( REFGUID id ) const
1228{
1229 return GetObjectManager()->FindObject( id );
1230}
1231
1232//////////////////////////////////////////////////////////////////////////
1233void CBaseObject::StoreUndo( const char *UndoDescription,bool minimal )

Callers 6

GetCameraObjectMethod · 0.45
OnUpdateValueMethod · 0.45
GetEntityMethod · 0.45
GetEntityMethod · 0.45
SetResolveCallbackMethod · 0.45
ResolveObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected