ActionIF.getLocalizedName

Returns the localized name of the specified action of the object.

interface ActionIF
string
getLocalizedName
(
int i
)

Parameters

i int

the action index corresponding to the action to be performed

Return Value

Type: string

a name string, or %NULL if @action does not implement this interface.

Meta