Method | Description | |
---|---|---|
NewRecord ( ) : void | ||
OnOpen ( UI.Objects.Security.GUI_SecurityRecords recordsTab ) : void | ||
RemoveID ( ConnectedPlayer player ) : void | ||
Search ( string searchText ) : void |
Searches for records containing specific text. All ToLower() might be slow, but otherwise search would be case-sensitive
|
|
UpdateTab ( ) : void |
Method | Description | |
---|---|---|
ResetList ( ) : void |
Reseting list - removing all search conditions.
|
public OnOpen ( UI.Objects.Security.GUI_SecurityRecords recordsTab ) : void | ||
recordsTab | UI.Objects.Security.GUI_SecurityRecords | |
return | void |
public RemoveID ( ConnectedPlayer player ) : void | ||
player | ConnectedPlayer | |
return | void |
public Search ( string searchText ) : void | ||
searchText | string | Text to search |
return | void |