Class RequestSetHandEvent
Inheritance
System.Object
RequestSetHandEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public sealed class RequestSetHandEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceRequestSetHandEvent(String)
Declaration
public RequestSetHandEvent(string handName)
Parameters
Type | Name | Description |
---|---|---|
System.String | handName |
Properties
| Improve this Doc View SourceHandName
The hand to be swapped to.
Declaration
public string HandName { get; }
Property Value
Type | Description |
---|---|
System.String |