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 to request.
Examples
; Requests the cool model.
Game.RequestModel("CoolModel")Auto-Generated Example
string myString__asModelName
Game.RequestModel(myString__asModelName)