Home
last modified time | relevance | path

Searched refs:RecordAttackEvent (Results 1 – 3 of 3) sorted by relevance

/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dhistory.h69 int RecordAttackEvent( const Unit &u, const Unit &target );
H A Dmission.cpp419 if ( history ) history->RecordAttackEvent( *att, *def ); in RegisterBattle()
H A Dhistory.cpp333 int History::RecordAttackEvent( const Unit &u, const Unit &target ) { in RecordAttackEvent() function in History