- Found in:
- Vanilla
Description
Documentation Comment
Retrieves the ships contraband status. (Only checks ships cargo if abCheckWholeShip is false)
-1 - Below shielded inventory limit
0 - At shielded inventory limit
1 - Above shielded inventory limit
Caveats
Parameters
boolabCheckWholeShip=true
Examples
Auto-Generated Example
bool myBool__abCheckWholeShip
int returnedValue = mySpaceshipReference__toCallFunctionOn.CheckContrabandStatus(myBool__abCheckWholeShip)