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

Method AskForCreateUnit

engine/Poseidon/Network/NetworkMisc.cpp:2292–2299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2290 if (_client)
2291 {
2292 _client->Chat(channel, text);
2293 }
2294}
2295
2296void NetworkManager::Chat(int channel, AIUnit* sender, RefArray<NetworkObject>& units, RString text)
2297{
2298 if (_client)
2299 {
2300 _client->Chat(channel, sender, units, text);
2301 }
2302}

Callers 1

UnitCreateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected