Background for Starfield
Member of the SpaceshipReference script
intfunctionCheckContrabandStatus(boolabCheckWholeShip=true)Native

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)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.