Background for Fallout 4
Member of the Form script
intfunctionGetFormID()Native

Description

Wiki Description

Returns this form's form ID.

Documentation Comment

Returns the formID for this object


Caveats


Examples

; Obtains the form id of the main quest
int formID = mainQuest.GetFormID()

Auto-Generated Example

int returnedValue = myForm__toCallFunctionOn.GetFormID()

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.