MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Reset

Method Reset

engine/Poseidon/UI/Map/UIMap.cpp:386–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void CStaticMap::Reset()
387{
388 _moving = false;
389 ClearAnimation();
390 _moveKey = 0;
391 _mouseKey = 0;
392 _dragging = false;
393 _selecting = false;
394 _infoClick._type = signNone;
395 _infoClickCandidate._type = signNone;
396 _infoMove._type = signNone;
397
398 // Center();
399}
400
401SignInfo CStaticMap::FindSign(float x, float y)
402{

Callers 5

DisplayWizardMapMethod · 0.45
InitMethod · 0.45
ResetHUDMethod · 0.45
DisplayArcadeMapMethod · 0.45
OnChildDestroyedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected