Home

[Package Index | Mudlib Index | Effect Index]

File /global/more_string.c

This file will handle the real moreing of a string to the player. The player object will call out to this, so the all the code and the variables are not stored in the player object.

See also:
/global/more_file.c

Written by Pinkfish

Class Index

Method index

  • more_string(string, string, int)
    Puts a long string through a more function.
  • set_finish_func(string, object)
    Sets the finish function.

Public Functions

These are functions that everyone can access.

.

    more_string
    varargs int more_string(string text,
                            string bity,
                            int noreline)
    

    Puts a long string through a more function.
    set_finish_func
    varargs void set_finish_func(string str,
                                 object ob)
    

    Sets the finish function. This is called when the more_string command exits. If the ob is set to 0 then previous_object() is used for it. The str can be a function pointer as well.
    • Parameters:
      str - the function name or function pointer to use
      ob - the object to call it on (ignore for function pointers)
    • See also:
      more_string()

      Classes

      These are nice data types for dealing with... Data!

      • more_string_info
        class more_string_info {
                                 int fsize;
                                 int topl;
                                 int botl;
                                 string last_search;
                                 string * the_bit;
                                 string finish_func;
                                 string more_bit;
                                 string stat_line;
                                 object finish_ob;
        }
        
        

        Information on the string being mored.

Valid HTML 4.01 Transitional
Valid CSS!
Read More