Search Results for

    Show / Hide Table of Contents

    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 Source

    BinaryShootingTargetObject

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX