Generic Keyvalues, Inputs and Outputs/Inputs: Difference between revisions
Jump to navigation
Jump to search
m (Forward to Context page on AddContext input) |
mNo edit summary |
||
Line 6: | Line 6: | ||
-->{{ScrollBox|title=Base|noscroll={{{noscroll|1}}} | -->{{ScrollBox|title=Base|noscroll={{{noscroll|1}}} | ||
|{{IO|AddContext|Adds to the entity's list of [[Response System|response contexts]]. See [[Context|Context]].|param=string}} | |{{IO|AddContext|Adds to the entity's list of [[Response System|response contexts]]. See [[Context|Context]].|param=string}} | ||
{{IO|[[AddOutput]]|Assigns a new keyvalue/output on this entity. For keyvalues, some rely on extra necessary code to be ran and won't work if its simply just changed through this input. There is a strict format that must be followed:{{ | {{IO|[[AddOutput]]|Assigns a new keyvalue/output on this entity. For keyvalues, some rely on extra necessary code to be ran and won't work if its simply just changed through this input. There is a strict format that must be followed:{{Expand|<syntaxhighlight lang="PowerShell"> | ||
// Format of changing KeyValues: "AddOutput [key] [value]" | // Format of changing KeyValues: "AddOutput [key] [value]" | ||
//// Raw text: | //// Raw text: |