API ReferenceSandbox.ActionGraphs

ActionGraphEditorExtensionsclass

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

objectActionGraphEditorExtensions
Namespace
Sandbox.ActionGraphs
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Sandbox.ActionGraphs.ActionGraphEditorExtensions

Methods5

Showing 5 methods

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

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

ParameterTypeDescription
actionGraphDelegateIActionGraphDelegate
Returns:IEnumerable<SceneReferenceNode>

On this page