GetResourceLoadFailureReason: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
==See Also== | ==See Also== | ||
{{Resource functions}} | |||
{{ | |||
[[Category:Incomplete]] -- leave this unless you complete the function | [[Category:Incomplete]] -- leave this unless you complete the function |
Revision as of 23:55, 27 August 2007
This function retrieves the reason why a resource failed to start.
Syntax
string getResourceLoadFailureReason ( resource )
Required Arguments
- resource: The resource you wish to check.
Returns
Returns a string with the failure reason in it, or false if the resource doesn't exist.
Example
This example does...
--This line does... blabhalbalhb --abababa --This line does this... mooo
See Also
- abortRemoteRequest
- call
- fetchRemote
- getResourceConfig
- getResourceDynamicElementRoot
- getResourceExportedFunctions
- getResourceFromName
- getResourceName
- getResourceRootElement
- getResourceState
- getThisResource
- getRemoteRequests
- getRemoteRequestInfo
-- leave this unless you complete the function