MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetClass

Method GetClass

source/common/objects/dobject.h:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 virtual size_t PointerSubstitution (DObject *old, DObject *notOld, bool nullOnFail);
250
251 PClass *GetClass() const
252 {
253 assert(Class != nullptr);
254 return Class;
255 }
256
257 void SetClass (PClass *inClass)
258 {

Callers 15

cacheitFunction · 0.80
handle_se28Function · 0.80
CheckWeapRecFunction · 0.80
ifcanshoottargetFunction · 0.80
parseMethod · 0.80
checkhitdefaultFunction · 0.80
checksectors_rFunction · 0.80
tearitupFunction · 0.80
selectweapon_rFunction · 0.80
processinput_rFunction · 0.80
checkdiveFunction · 0.80
hitradiusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected