
commands(3)           LPC Library Functions           commands(3)

NNAAMMEE
       commands()  -  returns  some information about actions the
       user can take

SSYYNNOOPPSSIISS
       mixed *commands( void );

DDEESSCCRRIIPPTTIIOONN
       Returns an array of an array of  4  items  describing  the
       actions  that  are  available to this_object().  The first
       item is the command itself (as  passed  to  add_action()).
       The  second  is  the set of flags (passed to add_action as
       the third argument, often defaulted to 0).  The  third  is
       the  object  that  defined  the action.  The fourth is the
       function to be called ("<function>" if it  is  a  function
       pointer).

SSEEEE AALLSSOO
       add_action(3), enable_commands(3), disable_commands(3)

Majik                      26 Jul 1997                          1

