mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
feat(wired-ui): expand advanced wired editors
This commit is contained in:
@@ -41,4 +41,19 @@ export class WiredActionLayoutCode
|
||||
public static RELATIVE_MOVE: number = 40;
|
||||
public static CONTROL_CLOCK: number = 41;
|
||||
public static ADJUST_CLOCK: number = 42;
|
||||
public static MOVE_ROTATE_USER: number = 43;
|
||||
public static FURNI_ALTITUDE_SELECTOR: number = 44;
|
||||
public static FURNI_ON_FURNI_SELECTOR: number = 45;
|
||||
public static FURNI_PICKS_SELECTOR: number = 46;
|
||||
public static FURNI_SIGNAL_SELECTOR: number = 47;
|
||||
public static USERS_SIGNAL_SELECTOR: number = 48;
|
||||
public static USERS_BY_TYPE_SELECTOR: number = 49;
|
||||
public static USERS_TEAM_SELECTOR: number = 50;
|
||||
public static USERS_BY_ACTION_SELECTOR: number = 51;
|
||||
public static USERS_BY_NAME_SELECTOR: number = 52;
|
||||
public static USERS_ON_FURNI_SELECTOR: number = 53;
|
||||
public static USERS_GROUP_SELECTOR: number = 54;
|
||||
public static USERS_HANDITEM_SELECTOR: number = 55;
|
||||
public static FILTER_FURNI_EXTRA: number = 56;
|
||||
public static FILTER_USER_EXTRA: number = 57;
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ export class WiredConditionlayout
|
||||
public static NOT_ACTOR_WEARING_EFFECT: number = 23;
|
||||
public static DATE_RANGE_ACTIVE: number = 24;
|
||||
public static ACTOR_HAS_HANDITEM: number = 25;
|
||||
public static MOVEMENT_VALIDATION: number = 26;
|
||||
public static COUNTER_TIME_MATCHES: number = 27;
|
||||
public static USER_PERFORMS_ACTION: number = 28;
|
||||
public static HAS_ALTITUDE: number = 29;
|
||||
@@ -37,4 +38,6 @@ export class WiredConditionlayout
|
||||
public static TEAM_HAS_RANK: number = 35;
|
||||
public static MATCH_TIME: number = 36;
|
||||
public static MATCH_DATE: number = 37;
|
||||
public static ACTOR_DIR: number = 38;
|
||||
public static SLC_QUANTITY: number = 39;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user