Background for Fallout 4
Member of the ObjectReference script
ObjectMod[]functionGetAllMods()Native

Description

Wiki Description

Returns all the Object Mods for this reference.

Documentation Comment

F4SE additions built 2025-11-11 02:05:33.464000 UTC
Returns all the mods for this reference


Caveats

CK Wiki - Notes

None


Examples

ObjectMod[] mods = MyWeapon.GetAllMods()
Debug.Trace(mods)

Auto-Generated Example

ObjectMod[] returnedValue = myObjectReference__toCallFunctionOn.GetAllMods()

Related Pages

None


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.