MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getLook

Method getLook

src/Savegame/Soldier.cpp:336–339  ·  view source on GitHub ↗

* Returns the soldier's look. * @return Look. */

Source from the content-addressed store, hash-verified

334 * @return Look.
335 */
336SoldierLook Soldier::getLook() const
337{
338 return _look;
339}
340
341/**
342 * Returns the soldier's rules.

Callers 2

initMethod · 0.80
drawRoutine0Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected