Is there any proper C# documentation? #875
stellarwind
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is RunninYourInk.md the closest to documentation that Ink has? I was checking how to subscribe to var changes and that "official" doc only states about ObserveVariable. Ok, I randomly check a youtube video where a kind dev tells me about a public VariableChanged delegate, which is super convenient and can watch after any var changes, not just specific ones. My question: how would i know about it without diving in VariablesState definition? Is there some normal API documentation I'm missing, not just a wall of .md text?
Beta Was this translation helpful? Give feedback.
All reactions