MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getReloadTime

Method getReloadTime

source/traps/Trap.h:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 { return mIsActivated; }
112
113 inline uint32_t getReloadTime() const
114 { return mReloadTime; }
115
116 inline void setReloadTime(uint32_t reloadTime)
117 { mReloadTime = reloadTime; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected