Space Engineers
|
Public Member Functions | |
MyInventoryConstraint (MyStringId description, string icon=null, bool whitelist=true) | |
MyInventoryConstraint (String description, string icon=null, bool whitelist=true) | |
MyInventoryConstraint | Add (MyDefinitionId id) |
MyInventoryConstraint | Remove (MyDefinitionId id) |
MyInventoryConstraint | AddObjectBuilderType (MyObjectBuilderType type) |
MyInventoryConstraint | RemoveObjectBuilderType (MyObjectBuilderType type) |
void | Clear () |
bool | Check (MyDefinitionId checkedId) |
void | UpdateIcon () |
Public Attributes | |
string | Icon |
bool | m_useDefaultIcon = false |
readonly String | Description |
Properties | |
bool | IsWhitelist [get, set] |
IEnumerable< MyDefinitionId > | ConstrainedIds [get] |
IEnumerable< MyObjectBuilderType > | ConstrainedTypes [get] |
Definition at line 18 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 41 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 52 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 63 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 78 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 99 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 92 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 70 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 85 of file MyInventoryConstraint.cs.
|
inline |
Definition at line 124 of file MyInventoryConstraint.cs.
readonly String Sandbox.Game.MyInventoryConstraint.Description |
Definition at line 22 of file MyInventoryConstraint.cs.
string Sandbox.Game.MyInventoryConstraint.Icon |
Definition at line 20 of file MyInventoryConstraint.cs.
bool Sandbox.Game.MyInventoryConstraint.m_useDefaultIcon = false |
Definition at line 21 of file MyInventoryConstraint.cs.
|
get |
Definition at line 33 of file MyInventoryConstraint.cs.
|
get |
Definition at line 37 of file MyInventoryConstraint.cs.
|
getset |
Definition at line 27 of file MyInventoryConstraint.cs.