File tree Expand file tree Collapse file tree 6 files changed +769
-10
lines changed
Expand file tree Collapse file tree 6 files changed +769
-10
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ The following variables are always available:
112112
113113 :: field { name =" %__source% " type =" EventType " }
114114 The `EventType` which triggered the current action. _C# required to access_
115- :read-more{to=/api/csharp/core/events }
115+ :read-more{to=/api/csharp/enums/event-type }
116116 ::
117117
118118 :: field { name =" %eventSource% " type =" EventSource " }
119119 The `EventSource` which triggered the current action. _C# required to access_
120- :read-more{to=/api/csharp/core/events }
120+ :read-more{to=/api/csharp/enums/event-source }
121121 ::
122122::
123123
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ title : C# Enums
2+ description : Reference of enums available in Streamer.bot C# Code
3+ icon : mdi:code-braces-box
4+ navigation :
5+ title : Enums
6+ icon : mdi:code-braces-box
7+ ogImage :
8+ headline : C# Enums
Original file line number Diff line number Diff line change 1+ title : C# Enums
2+ description : Reference of enums available in Streamer.bot C# Code
3+ icon : mdi:code-braces-box
4+ navigation :
5+ title : Enums
6+ icon : mdi:code-braces-box
Original file line number Diff line number Diff line change 11---
22title : EventSource
3- description : C# class definition for EventSource
3+ description : C# enum definition for EventSource
44name : EventSource
55---
66
You can’t perform that action at this time.
0 commit comments