addset
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | addset [2012/07/04 06:30] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: addset.txt, | ||
| + | ======Synopsis: | ||
| + | [[load]] addset \\ | ||
| + | addset //< | ||
| + | delset //< | ||
| + | |||
| + | ======Summary: | ||
| + | Add or delete builtin [[set]] variables. | ||
| + | |||
| + | ======Description: | ||
| + | This script creates the **addset** and **delset** aliases. | ||
| + | to create and delete your own [[set]] variables. | ||
| + | |||
| + | The [[set]] variables created with addset are full blown first class [[set]] | ||
| + | variables and act in exactly the same way as builtin variables. | ||
| + | |||
| + | The //name// of a set can be any valid variable name. It should begin | ||
| + | with a letter, and contain only letters, numbers, or the underscore. | ||
| + | |||
| + | Each [[set]] variable has a //type// | ||
| + | ^ Type ^ Possible values ^ | ||
| + | | BOOL | Can either be [[set]] to ON or OFF | | ||
| + | | STR | Can be set to any valid C string (no nuls) | | ||
| + | | INT | Can be set to any integer 0 to 2 ^ 32 | | ||
| + | | CHAR | Can be set to any single character value | | ||
| + | |||
| + | You can only **delset** variables that you have created with **addset**; you | ||
| + | cannot delete the client' | ||
| + | |||
| + | ======History: | ||
| + | The [[addset]] script was written for EPIC5 by blackjac, to supercede the | ||
| + | temporary [[set]] -create feature. | ||
| + | |||
addset.txt · Last modified: 2012/07/04 06:30 by 127.0.0.1
