Home

[Package Index | Mudlib Index | Effect Index]

File /secure/simul_efun/inside_shorts.c

Cotains some simul_efuns.

Written by Pinkfish

Method index

  • inside_a_short(object, object)
    This method produces the inside messages for the given object up to the player object.
  • inside_one_short(object, object)
    This method produces the inside messages for the given object up to the player object.
  • inside_the_short(object, object)
    This method produces the inside messages for the given object up to the player object.

Public Functions

These are functions that everyone can access.

.

    inside_a_short
    string inside_a_short(object ob,
                          object play)
    

    This method produces the inside messages for the given object up to the player object. This one generates 'a_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.
    • Parameters:
      ob - the object to generate the short for
      play - the player to generate the short up to
    • See also:
      inside_the_short()
    inside_one_short
    string inside_one_short(object ob,
                            object play)
    

    This method produces the inside messages for the given object up to the player object. This one generates 'a_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.
    • Parameters:
      ob - the object to generate the short for
      play - the player to generate the short up to
    • See also:
      inside_the_short()
        inside_the_short
        string inside_the_short(object ob,
                                object play)
        

        This method produces the inside messages for the given object up to the player object. This one generates 'the_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.
        • Parameters:
          ob - the object to generate the short for
          play - the player to generate the short up to
        • See also:
          inside_a_short()
Valid HTML 4.01 Transitional
Valid CSS!
Read More