Skip to main content
Returns a raw metafield value from the target metatable. target may be any value, and field must be a string. The function does not call the metafield, does not invoke __index lookup, and returns nil when the metatable or field is missing.

Syntax

Arguments

Returns

Example

Read one raw metafield value from a value’s metatable.