Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ UnitMorph
Class
UnitMorph
bwapi/BWAPI/Source/BW/OrderTypes.h:363–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
};
362
363
class UnitMorph : private BWCommand<0x23>
364
{
365
public:
366
UnitMorph(BWAPI::UnitType type);
367
private:
368
// Type of unit to train
369
u16 type;
370
};
371
372
class Cloak : private BWCommand<0x21>
373
{
Callers
3
computeSecondaryUnitSets
Method · 0.85
onFrame
Method · 0.85
onUnitMorph
Method · 0.85
Calls
no outgoing calls
Tested by
2
onFrame
Method · 0.68
onUnitMorph
Method · 0.68