API ReferenceSandbox.ActionGraphs
ActionGraphResourceclass
Some game logic implemented using visual scripting
Constructors1
Showing 1 constructors
public ActionGraphResource()
No results match this filter.
Properties7
Showing 7 properties
public string Sandbox.ActionGraphs.ActionGraphResource.Category { get; set; }
Returns:
string—public string Sandbox.ActionGraphs.ActionGraphResource.Description { get; set; }
Returns:
string—public Sandbox.DisplayInfo Sandbox.ActionGraphs.ActionGraphResource.DisplayInfo { get; set; }
public Facepunch.ActionGraphs.ActionGraph Sandbox.ActionGraphs.ActionGraphResource.Graph { get; set; }
public string Sandbox.ActionGraphs.ActionGraphResource.Icon { get; set; }
Returns:
string—public System.Text.Json.Nodes.JsonNode Sandbox.ActionGraphs.ActionGraphResource.SerializedGraph { get; set; }
Returns:
JsonNode—public string Sandbox.ActionGraphs.ActionGraphResource.Title { get; set; }
Returns:
string—No results match this filter.