Class MyEntityQueryTypeExtensions
Inheritance
System.Object
MyEntityQueryTypeExtensions
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public static class MyEntityQueryTypeExtensions : Object
Methods
HasDynamic(MyEntityQueryType)
Declaration
public static bool HasDynamic(this MyEntityQueryType qtype)
Parameters
Type | Name | Description |
---|---|---|
MyEntityQueryType | qtype |
Returns
Type | Description |
---|---|
System.Boolean |
HasStatic(MyEntityQueryType)
Declaration
public static bool HasStatic(this MyEntityQueryType qtype)
Parameters
Type | Name | Description |
---|---|---|
MyEntityQueryType | qtype |
Returns
Type | Description |
---|---|
System.Boolean |