RequestModel - Game

Member of: Game Script

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

SyntaxEdit

Function RequestModel(string asModelName) native global

ParametersEdit

  • asModelName: The name of the model to request.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit