Show / Hide Table of Contents

Class VerbSystem

Inheritance
System.Object
SharedVerbSystem
VerbSystem
Namespace: Content.Server.Verbs
Assembly: Content.Server.dll
Syntax
public sealed class VerbSystem : SharedVerbSystem

Methods

| Improve this Doc View Source

ExecuteVerb(Verb, EntityUid, EntityUid, Boolean)

Execute the provided verb.

Declaration
public override void ExecuteVerb(Verb verb, EntityUid user, EntityUid target, bool forced = false)
Parameters
Type Name Description
Verb verb
EntityUid user
EntityUid target
System.Boolean forced
Remarks

This will try to call the action delegates and raise the local events for the given verb.

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedVerbSystem.Initialize()
| Improve this Doc View Source

LogVerb(Verb, EntityUid, EntityUid, Boolean)

Declaration
public void LogVerb(Verb verb, EntityUid user, EntityUid target, bool forced)
Parameters
Type Name Description
Verb verb
EntityUid user
EntityUid target
System.Boolean forced
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Methods
    • ExecuteVerb(Verb, EntityUid, EntityUid, Boolean)
    • Initialize()
    • LogVerb(Verb, EntityUid, EntityUid, Boolean)
Back to top
Generated by DocFX
☀
☾