Engine.StopResource

From Tomb Raider Mod Launcher Wiki
Revision as of 06:53, 12 August 2014 by Jack9267 (talk | contribs) (Created page with "== Function == <syntaxhighlight lang="javascript"> function Engine.StopResource(resourceName); </syntaxhighlight> === Arguments === * resourceName ** The name of the resour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function

function Engine.StopResource(resourceName);

Arguments

  • resourceName
    • The name of the resource to stop.

Description

This function will stop the resource.

Returns

This function doesn't return any arguments.

Notes

If the resource doesn't exist then an error is thrown.