TABLE OF CONTENTS


Knowledge/Knowledge.Knowledge_Max_Min_Command [ Commands ]

[ Top ] [ Knowledge ] [ Commands ]

FUNCTION

 Maximize or minimize the selected section of knowledge info

SOURCE

   function Knowledge_Max_Min_Command
     (Client_Data: Integer; Interp: Tcl.Tcl_Interp; Argc: Interfaces.C.int;
      Argv: CArgv.Chars_Ptr_Ptr) return Interfaces.C.int with
      Convention => C;

PARAMETERS

 Client_Data - Custom data send to the command. Unused
 Interp      - Tcl interpreter in which command was executed.
 Argc        - Number of arguments passed to the command. Unused
 Argv        - Values of arguments passed to the command.

RESULT

 This function always return TCL_OK

COMMANDS

 KnowledgeMaxMin framename
 Framename is name of the frame to maximize or minimize

Knowledge/Knowledge.Show_Knowledge_Command [ Commands ]

[ Top ] [ Knowledge ] [ Commands ]

FUNCTION

 Show information about known by player things

SOURCE

   function Show_Knowledge_Command
     (Client_Data: Integer; Interp: Tcl.Tcl_Interp; Argc: Interfaces.C.int;
      Argv: CArgv.Chars_Ptr_Ptr) return Interfaces.C.int with
      Convention => C;

PARAMETERS

 Client_Data - Custom data send to the command. Unused
 Interp      - Tcl interpreter in which command was executed.
 Argc        - Number of arguments passed to the command.
 Argv        - Values of arguments passed to the command. Unused

RESULT

 This function always return TCL_OK

COMMANDS

 ShowKnowledge