Description
Wiki Description
Requests the specified model (usually because we're going to need it soon).
Documentation Comment
Requests the specified model
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
