RequestModel - Game

Revision as of 17:41, 18 October 2011 by imported>Jlundin
(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 to request.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit