Author Topic: What is RTB_registerPref?  (Read 1417 times)

I have this:

Code: [Select]
RTB_registerPref("???","???","???","???","???","???",?,?);

What do there ??? mean? :)

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.

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.


wow thanks man!