Background for Fallout 4
Member of the Actor script
boolfunctionIsSeatOccupied(KeywordapKeyword)Native

[DEV SERVER] Loading description...


Caveats


Parameters

KeywordapKeyword

CK Wiki Description

The keyword representing the seat we want to check


Examples

; Does the vertibird currently have a pilot?
if Vertibird.IsSeatOccupied(pilotSeatKeyword)
  Debug.Trace("The pilot is seated")
endIf

Auto-Generated Example

keyword myKeyword__apKeyword

bool returnedValue = myActor__toCallFunctionOn.IsSeatOccupied(myKeyword__apKeyword)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.