MCPcopy Create free account
hub / github.com/bwapi/bwapi / QueueCommand

Function QueueCommand

bwapi/BWAPI/Source/DLLMain.h:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template <class T, class ... ArgTypes>
7void QueueCommand(ArgTypes ... args) { T cmd = T(args...); QueueGameCommand(&cmd, sizeof(T)); }
8
9#define QUEUE_COMMAND(x,...) QueueCommand<x>(__VA_ARGS__)
10

Callers

nothing calls this directly

Calls 1

QueueGameCommandFunction · 0.85

Tested by

no test coverage detected