Background for Fallout 4
Member of the Game script
voidfunctionRequestModel(stringasModelName)NativeGlobal

Description

Wiki Description

Requests the specified model (usually because we're going to need it soon).

Documentation Comment

Requests the specified model


Caveats


Parameters

stringasModelName

CK Wiki Description

The name of the Model File to request.


Examples

; Requests the cool model.
Game.RequestModel("CoolModel")

Auto-Generated Example

string myString__asModelName

Game.RequestModel(myString__asModelName)

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.