Sandbox Logo

class Variable

Summary

Variables have a name and type, and are local to each invocation of an <see cref="P:Facepunch.ActionGraphs.Variable.ActionGraph" />. They are assigned with a <see cref="!:NodeLibrary.SetVar" /> node, and read with <see cref="!:NodeLibrary.GetVar" />.

User Comments