s&box docs
API ReferenceSandbox.ActionGraphs

public static abstract sealed class Sandbox.ActionGraphs.ActionGraphEditorExtensions

Helper methods for action graph editor tools. Mostly workaround for `Sandbox.GameObjectReference` and `Sandbox.ComponentReference` being internal.

Methods

Showing 5 methods

public static System.Nullable`1<Sandbox.ActionGraphs.SceneReferenceNode> GetSceneReference(Facepunch.ActionGraphs.Node node, Sandbox.Scene scene, Facepunch.ActionGraphs.IActionGraphDelegate actionGraphDelegate = null)

Parameters

  • actionGraphDelegate: Default: null

public static System.Collections.Generic.IEnumerable`1<Sandbox.ActionGraphs.SceneReferenceNode> GetSceneReferences(Facepunch.ActionGraphs.IActionGraphDelegate actionGraphDelegate)

Find all `Sandbox.GameObject`s and `Sandbox.Component`s referenced by the given `Facepunch.ActionGraphs.IActionGraphDelegate`.

Metadata

FieldValue
NamespaceSandbox.ActionGraphs
Typeclass
AssemblySandbox.Tools
Doc IDT:Sandbox.ActionGraphs.ActionGraphEditorExtensions

On this page