MCPcopy Create free account
hub / github.com/LARG/HFO / ObjectScore

Method ObjectScore

src/sample_communication.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 double score_;
65
66 ObjectScore()
67 : player_( static_cast< AbstractPlayerObject * >( 0 ) ),
68 number_( -1 ),
69 score_( -65535.0 )
70 { }
71
72 struct Compare {
73 bool operator()( const ObjectScore & lhs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected