2.3 (Current)
Website
Discord
GitHub
Patreon
Search
⌃
K
Links
⭐
Start Here
Writing Your Dialogue
⌨
Editing with VS Code
✍
Writing in Yarn
🪄
Upgrading Yarn Scripts
Working With Unity
Overview
📦
Installation
⚡
Quick Start
📥
Importing Yarn Files
🧱
Components
🤖
Commands and Functions
🗺
Localizations and Assets
💡
Frequently Asked Questions / "How Do I...?"
Unity Sample Projects
🛠
Choose-Your-Path Game
🛠
Choose-Your-Path Game with Visuals
🛠
NPC Dialogue Game
Guides
Building a Custom Dialogue Runner
🗃
Yarn Variables and Custom Variable Storage
About
The Team
GitHub Repositories
Community Projects
How to credit Yarn Spinner
API Documentation
C#
Yarn Namespace
BuiltinTypes
Command
CommandHandler
Dialogue
DialogueCompleteHandler
DialogueException
FunctionType
Header
IType
IVariableStorage
Library
DeregisterFunction(string)
FunctionExists(string)
GenerateUniqueVisitedVariableForNode(string)
GetFunction(string)
ImportLibrary(Library)
RegisterFunction(string,Delegate)
RegisterFunction(string,Func<TResult>)
RegisterFunction(string,Func<T1, TResult>)
RegisterFunction(string,Func<T1, T2, TResult>)
RegisterFunction(string,Func<T1, T2, T3, TResult>)
RegisterFunction(string,Func<T1, T2, T3, T4, TResult>)
RegisterFunction(string,Func<T1, T2, T3, T4, T5, TResult>)
Line
LineHandler
Logger
MemoryVariableStore
Node
NodeCompleteHandler
NodeStartHandler
OptionSet
OptionsHandler
PrepareForLinesHandler
Program
Yarn.Markup Namespace
Yarn.Compiler Namespace
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Yarn.Unity.UnityLocalization Namespace
Powered By
GitBook
FunctionExists(string)
Method in
Library
Summary
Gets a value indicating whether this
Library
contains a function named
name
.
public
bool
FunctionExists
(
string
name
)
Parameters
Name
Description
string
name
The name of the function to look for.
Returns
true
if a function exists in this Library;
false
otherwise.
Previous
DeregisterFunction(string)
Next
GenerateUniqueVisitedVariableForNode(string)
Last modified
24d ago