ArgumentHintAttributeclass

Specify a hint on a Doo explaining that we're going to be passing in an expected argument when calling it.

objectAttributeArgumentHintAttribute
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Doo.ArgumentHintAttribute : System.Attribute

Constructors1

Showing 1 constructors

Properties3

Showing 3 properties

public string Sandbox.Doo.ArgumentHintAttribute.Help { get; set; }PUBLICGETSET

A help string describing what this argument is for.

Returns:string

public string Sandbox.Doo.ArgumentHintAttribute.Name { get; set; }PUBLICGETSET

The argument name shown in the editor.

Returns:string

On this page