| MyTransmitTarget Enumeration | 
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
 
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax[FlagsAttribute]
public enum MyTransmitTarget
<FlagsAttribute>
Public Enumeration MyTransmitTarget
[FlagsAttribute]
public enum class MyTransmitTarget
[<FlagsAttribute>]
type MyTransmitTarget
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 |  | 
|  | Owned | 1 |  | 
|  | Ally | 2 |  | 
|  | Neutral | 4 |  | 
|  | Enemy | 8 |  | 
|  | Everyone | 15 |  | 
|  | Default | 3 |  | 
 See Also
See Also