Class ToysHelper
A helper class for interacting with toys.
Inheritance
System.Object
ToysHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Toys
Assembly: Exiled.API.dll
Syntax
public static class ToysHelper
Properties
| Improve this Doc View SourceBinaryShootingTargetObject
Gets the base AdminToys.ShootingTarget to instantiate when creating a new binary shooting target.
Declaration
public static ShootingTarget BinaryShootingTargetObject { get; }
Property Value
Type | Description |
---|---|
AdminToys.ShootingTarget |
DboyShootingTargetObject
Gets the base AdminToys.ShootingTarget to instantiate when creating a new dboy shooting target.
Declaration
public static ShootingTarget DboyShootingTargetObject { get; }
Property Value
Type | Description |
---|---|
AdminToys.ShootingTarget |
LightBaseObject
Gets the base AdminToys.LightSourceToy to instantiate when creating a new light.
Declaration
public static LightSourceToy LightBaseObject { get; }
Property Value
Type | Description |
---|---|
AdminToys.LightSourceToy |
PrimitiveBaseObject
Gets the base AdminToys.PrimitiveObjectToy to instantiate when creating a new primitive.
Declaration
public static PrimitiveObjectToy PrimitiveBaseObject { get; }
Property Value
Type | Description |
---|---|
AdminToys.PrimitiveObjectToy |
SportShootingTargetObject
Gets the base AdminToys.ShootingTarget to instantiate when creating a new sport shooting target.
Declaration
public static ShootingTarget SportShootingTargetObject { get; }
Property Value
Type | Description |
---|---|
AdminToys.ShootingTarget |