RequestModel - Game

Revision as of 22:11, 8 October 2016 by imported>Qazaaq
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 File to request.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit