[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
.
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.