Attribute:get

Gets a supported native attribute.

Function

Synopsis

attributes:get( name )

Arguments

string name
A supported native attribute name.

Returns

string or nil value
The raw value, or nil when unset.

Notes

Unsupported names and invalid handles raise a Lua error.

See Also