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

Method Add

engine/Poseidon/Game/OperMap.cpp:420–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 public:
419 void UpdateUp(ASONode* node) { base::HeapUpdateUp(node); }
420 void Add(ASONode* node) { base::HeapInsert(node); }
421 bool RemoveFirst(ASONode*& node) { return base::HeapRemoveFirst(node); }
422 const ASONode* GetFirst() const { return this->Size() > 0 ? (*this)[0] : nullptr; }
423};

Callers 2

CreateFieldMethod · 0.45
FindPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected