DestroyAllStrings
Revision as of 14:52, 26 February 2008 by imported>Speedo (New page: {{Beta}} A command for Pluggy. '''Syntax:''' DestroyAllStrings ''EspID:short'' Deletes all strings associated with the specified EspID. *If EspID is not specifie...)
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for Pluggy.
Syntax:
DestroyAllStrings EspID:short
Deletes all strings associated with the specified EspID.
- If EspID is not specified, it is automatically associated to the calling Esp.
- This function should be used with care. In most cases DestroyString should be used to delete strings that are no longer needed.