Helpersclass

Utility methods for the Doo scripting system.

objectHelpers
Namespace
global
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Doo.Helpers

Methods1

Showing 1 methods

public static Sandbox.MethodDescription FindMethod(string methodPath)PUBLICSTATIC

Finds a method by its fully qualified path (e.g. "TypeName.MethodName"). Returns null if the type or method cannot be found.

ParameterTypeDescription
methodPathstring

On this page