Script function
world.DeleteTemporaryAliases
Read about scripting
Type
Method
Summary
Deletes all temporary aliases
Prototype
long DeleteTemporaryAliases();
View list of data type meanings
Description
Deletes all aliases marked as "temporary".
The intention here is to provide a quick way of restoring the world to how it would be after loading (since temporary aliases are not loaded from the world file).
Available in MUSHclient version 3.18 onwards.
VBscript example
world.DeleteTemporaryAliases
Jscript example
world.DeleteTemporaryAliases ();
PerlScript example
$world->DeleteTemporaryAliases ();
Python example
world.DeleteTemporaryAliases
Lua example
DeleteTemporaryAliases ()
Return value
Returns a count of the number of aliases deleted.
See Also ...
Topics
Aliases
Auto-mapper
Default triggers/aliases/timers/macros/colours
Getting started
Groups
Keypad navigation
Macro keys
Plugins
Regular Expressions
Speed walking
Timers
Triggers
Functions
(AddAlias) Adds an alias
(DeleteAlias) Deletes an alias
(DeleteAliasGroup) Deletes a group of aliases
(DeleteTemporaryTimers) Deletes all temporary timers
(DeleteTemporaryTriggers) Deletes all temporary triggers
(EnableAlias) Enables or disables an alias
(EnableAliasGroup) Enables/disables a group of aliases
(GetAlias) Gets details about an alias
(GetAliasInfo) Gets details about an alias
(GetAliasList) Gets the list of aliases
(GetAliasOption) Gets the value of a named alias option
(GetAliasWildcard) Returns the contents of the specified wildcard for the named alias
(GetPluginAliasInfo) Gets details about a named alias for a specified plugin
(GetPluginAliasList) Gets the list of aliases in a specified plugin
(GetPluginAliasOption) Gets the value of a named alias option for a specified plugin
(IsAlias) Tests to see if an alias exists
(SetAliasOption) Sets the value of a named alias option
(Help topic: function=DeleteTemporaryAliases)