Home

[Package Index | Mudlib Index | Effect Index]

File /secure/simul_efun/unguarded.c

Cotains some simul_efuns.

Written by Pinkfish

Includes

This class includes the following files /include/origin.h

Method index

  • unguarded(function)
    This does an unguarded apply.

Public Functions

These are functions that everyone can access.

.

    unguarded
    mixed unguarded(function f)
    

    This does an unguarded apply. An unguarded apply means it chops off the call tree at this point for security purposes. This is needed to be done in places where access beyond what the caller may have is needed. For example, the board handler uses this to save the messages away as the players and creators do not have access to save into these directories normally.


    • Parameters:
      f - the fucntion pointer to evaluate unguarded.
    • Returns:
      returns the value of the evaluated function pointer
Valid HTML 4.01 Transitional
Valid CSS!
Read More