Background for Fallout 4
Member of the DefaultObject script
FormfunctionGet()Native

Description

Wiki Description

Gets the Form for this default object.


Caveats

CK Wiki - Notes

None


Examples

Form object = IsSleepFurniture_DO.Get()
Debug.Trace("The default object " + IsSleepFurniture_DO + " has the form object " + object)

Auto-Generated Example

Form returnedValue = myDefaultObject__toCallFunctionOn.Get()

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.