MCPcopy Create free account
hub / github.com/devosoft/avida / SetCollectable

Method SetCollectable

avida-core/source/main/cResource.h:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 void SetYDiffuse(double _ydiffuse) { ydiffuse = _ydiffuse; }
263 void SetYGravity(double _ygravity) { ygravity = _ygravity; }
264 void SetCollectable(int _collectable) { collectable = _collectable; }
265 bool SetDemeResource(cString _deme_resource);
266 bool SetOrgResource(cString _org_resource);
267 bool SetEnergyResource(cString _energy_resource);

Callers 1

LoadResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected