Api Sandbox InputAttribute
class

InputAttribute

public class InputAttribute : Attribute

Makes this method available as a Map Logic Input, for use in the Hammer Editor. This is only applicable to entities.

Constructors

InputAttribute()
InputAttribute(String name)

Properties

Name Type Description
Name String Desired name of this input. If not set, the method's name will be used.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.InputAttribute