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

Method SetYDiffuse

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

Source from the content-addressed store, hash-verified

260 void SetXDiffuse(double _xdiffuse) { xdiffuse = _xdiffuse; }
261 void SetXGravity(double _xgravity) { xgravity = _xgravity; }
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);

Callers 3

LoadResourceMethod · 0.80
LoadCellMethod · 0.80
LoadGradientResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected