Background for Fallout 4
Member of the InstanceData script
voidfunctionSetFlag(InstanceData:OwnerakOwner, intflag, boolset)NativeGlobal


Caveats


Parameters

InstanceData:OwnerakOwner

CK Wiki Description

Placeholder Description.

intflag

CK Wiki Description

Placeholder Description.

boolset

CK Wiki Description

Placeholder Description.


Examples

; Placeholder Code.

Auto-Generated Example

InstanceData:Owner myInstanceData_Owner__akOwner
int myInt__flag
bool myBool__set

InstanceData.SetFlag(myInstanceData_Owner__akOwner, myInt__flag, myBool__set)

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.