ActionIF.setDescription

Sets a description of the specified action of the object.

interface ActionIF
bool
setDescription
(
int i
,
string desc
)

Parameters

i int

the action index corresponding to the action to be performed

desc string

the description to be assigned to this action

Return Value

Type: bool

a gboolean representing if the description was successfully set;

Meta