Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1591
Script* AIGroup::GetScript() const
1592
{
1593
return _script;
1594
}
1595
void AIGroup::SetScript(Script* script)
1596
{
1597
_script = script;
Callers
1
CheckArcadeScripted
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected