Return Codes

A helper class for debugging Lua code. This class provides the follow return code constants.

General

Character

Body Parts

Texture

System

Inventory

Store

Return to Index
static message ( am.code return_code ) -> ( string )
static message ( am.code return_code ) -> ( string )
Accepts a return code value (represented by an integer) and returns a more detailed message about that return code.
Parameters:
am.code return_code : The return code to get the message for.
Returns:
string : The message associated with the given return code.