API ReferenceSandbox.ActionGraphs
ActionGraphExtensionsclass
object→ActionGraphExtensions
Methods15
Showing 15 methods
public static System.Collections.Generic.IReadOnlyCollection`1<System.Type> GetReferencedComponentTypes(Facepunch.ActionGraphs.ActionGraph graph)
Gets all component types referenced using "scene.get" nodes. These components are expected to be on the GameObject containing the graph.
| Parameter | Type | Description |
|---|---|---|
| graph | ActionGraph | — |
public static bool IsPure(Sandbox.MethodDescription methodDesc, Facepunch.ActionGraphs.NodeLibrary nodeLibrary)
| Parameter | Type | Description |
|---|---|---|
| methodDesc | MethodDescription | — |
| nodeLibrary | NodeLibrary | — |
Returns:
bool—public static void UpdateReferences(Facepunch.ActionGraphs.ActionGraph graph)
| Parameter | Type | Description |
|---|---|---|
| graph | ActionGraph | — |
Returns:
void—No results match this filter.