MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / Player

Method Player

engine/src/entity.cpp:390–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390Player::Player()
391{
392 cantSwim = 0;
393 swimming = false;
394 isSquished = false;
395 hit = 0;
396 score = 0;
397 holding = 0;
398 tryingToHold = false;
399 kicking = 0;
400 lookingUp = false;
401 crouching = false;
402 health = 3;
403}
404
405Player::~Player() {}
406

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected