Controlled sensor improvements
This commit is contained in:
@@ -19,6 +19,12 @@ public class GlobalConstants{
|
||||
put("true", 1);
|
||||
put("null", null);
|
||||
|
||||
//special enums
|
||||
|
||||
put("@contProcessor", 1);
|
||||
put("@contPlayer", 2);
|
||||
put("@contFormation", 3);
|
||||
|
||||
//store base content
|
||||
|
||||
for(Item item : Vars.content.items()){
|
||||
|
||||
@@ -38,12 +38,12 @@ public enum LAccess{
|
||||
type,
|
||||
flag,
|
||||
controlled,
|
||||
controller,
|
||||
commanded,
|
||||
name,
|
||||
config,
|
||||
payloadCount,
|
||||
payloadType,
|
||||
controller,
|
||||
|
||||
//values with parameters are considered controllable
|
||||
enabled("to"), //"to" is standard for single parameter access
|
||||
|
||||
Reference in New Issue
Block a user