Blockland Forums > Modification Help
What is RTB_registerPref?
Pages: (1/1)
tyler0:
I have this:
--- Code: ---RTB_registerPref("???","???","???","???","???","???",?,?);
--- End code ---
What do there ??? mean? :)
Mishka:
1. Pref Name
2. Category
3. Variable Name
4. Variable Type (list text value text value, bool, int min max, string max)
5. Add-on name
6. Default Value
7. Requires restart (bool 1 or 0)
8. Host only (bool)
9. Callback Name
Source: http://www.returntoblockland.com/files/RTB_Documentation.pdf
You should probably read that.
tyler0:
--- Quote from: Mishka on June 27, 2010, 07:01:17 PM ---1. Pref Name
2. Category
3. Variable Name
4. Variable Type (list text value text value, bool, int min max, string max)
5. Add-on name
6. Default Value
7. Requires restart (bool 1 or 0)
8. Host only (bool)
9. Callback Name
Source: http://www.returntoblockland.com/files/RTB_Documentation.pdf
You should probably read that.
--- End quote ---
wow thanks man!
Pages: (1/1)