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

Method GetScript

engine/Poseidon/AI/AIGroup.cpp:1591–1594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589}
1590
1591Script* AIGroup::GetScript() const
1592{
1593 return _script;
1594}
1595void AIGroup::SetScript(Script* script)
1596{
1597 _script = script;

Callers 1

CheckArcadeScriptedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected