API ReferenceSandbox.ActionGraphs
ActionGraphEditorExtensionsclass
Helper methods for action graph editor tools. Mostly workaround for `Sandbox.GameObjectReference` and `Sandbox.ComponentReference` being internal.
object→ActionGraphEditorExtensions
Methods5
Showing 5 methods
public static System.Nullable`1<Sandbox.ActionGraphs.SceneReferenceNode> GetSceneReference(Facepunch.ActionGraphs.Node node, Sandbox.Scene scene, Facepunch.ActionGraphs.IActionGraphDelegate actionGraphDelegate = null)
| Parameter | Type | Description |
|---|---|---|
| node | Node | — |
| scene | Scene | — |
| actionGraphDelegate = null | IActionGraphDelegate | — |
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`.
| Parameter | Type | Description |
|---|---|---|
| actionGraphDelegate | IActionGraphDelegate | — |
No results match this filter.