| C | ommands |
There are 332 commands. Click at a category to see its commands or use the search.
• PLEASE READ: Info for using this reference
• PLEASE READ: Info for using this reference
| F | ree (15) |
clear, def_free, free, freebutton, freeentry, freescript, freescripts, freeskill, freestate, freestored, freetext, freetimers, freeunitpath, freevar, freevars
def_free "Class", Type
Categories: objects, free
Deletes the script in the definition of a certain type of objectfree "Class", ID [,Count]
Categories: free
Deletes one specific object.If the command is supposed to relate to an item, the parameter Count can determine how many items shall be deleted - otherwise, all of them will be deleted.
For Class you can also enter "particles". This will delete all particles. In that case, all other parameters can be left out
freeentry ["Title"]
Categories: diary, free
Deletes the diary entry of the title that follows as a parameter. If there is no title specified, all entries will be deleted.freestate "Class", ID, "State"
Categories: states, free
Deletes a certain state at a certain object. If the parameter state is left out, all states will be deleted at the particular objectfreestored "Class", ID, Type [,Count]
Categories: items, free
Removes a certain item type stored in a certain object.All items of the type will be removed if you don't enter a count.
You can also use "all" for type. In this case ALL stored items of each type will be removed (you have to omit the Count parameter in that case)
freetext
Categories: interface, free
Sorry, info not available in english!Löscht einen per Text Befehl angelegten Text wieder. Die ID muss zwischen 0 und 19 liegen.
freetimers "Class", ID [,"Source"]
Categories: timers, free
Frees all timers at a certain object. Use class 0 and omit the ID to delete all global timers.You can also specify a source to only delete timers which have this source.
freeunitpath
Categories: objects, free
Sorry, info not available in english!Löscht einen zuvor mit unitpath erzeugten Pfad. Die Einheit hört daraufhin sofort auf, dem Pfad zu folgen
freevars [Locals]
Categories: variables, free
Deletes all variables. The parameter Locals allows you to choose wether the local variables shall be deleted too (standard value: 1)

