{ "version": 2, "commands": [ { "yarnName": "log", "definitionName": "global::Ichni.Story.YarnFunctions.GeneralFunctions.Log", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/GeneralFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 7, "character": 8 }, "end": { "line": 27, "character": 9 } }, "parameters": [ { "name": "message", "isParamsArray": false, "type": "string" }, { "name": "logType", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "move_portrait", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitAnimationCommands.MovePortrait", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitAnimationCommands.cs", "documentation": "平滑移动角色立绘到目标位置。 格式: <<move_portrait characterId x y duration>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 21, "character": 8 }, "end": { "line": 26, "character": 9 } }, "parameters": [ { "name": "characterId", "documentation": "角色标识 ID", "isParamsArray": false, "type": "string" }, { "name": "x", "documentation": "目标 X 坐标 [-100, 100]", "isParamsArray": false, "type": "number" }, { "name": "y", "documentation": "目标 Y 坐标 [-100, 100]", "isParamsArray": false, "type": "number" }, { "name": "duration", "documentation": "动画持续时间(秒)", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "jump_portrait", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitAnimationCommands.JumpPortrait", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitAnimationCommands.cs", "documentation": "让角色立绘原地跳跃。 格式: <<jump_portrait characterId power numJumps duration>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 36, "character": 8 }, "end": { "line": 41, "character": 9 } }, "parameters": [ { "name": "characterId", "documentation": "角色标识 ID", "isParamsArray": false, "type": "string" }, { "name": "power", "documentation": "跳跃高度(使用与坐标域相同的归一化尺度,如 10 表示 10% 高度)", "isParamsArray": false, "type": "number" }, { "name": "numJumps", "documentation": "跳跃次数", "isParamsArray": false, "type": "number" }, { "name": "duration", "documentation": "动画总持续时间(秒)", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "shake_portrait", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitAnimationCommands.ShakePortrait", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitAnimationCommands.cs", "documentation": "让角色立绘产生左右震动效果。 格式: <<shake_portrait characterId duration strength vibrato>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 51, "character": 8 }, "end": { "line": 56, "character": 9 } }, "parameters": [ { "name": "characterId", "documentation": "角色标识 ID", "isParamsArray": false, "type": "string" }, { "name": "duration", "documentation": "震动持续时间(秒)", "isParamsArray": false, "type": "number" }, { "name": "strength", "documentation": "震动幅度(使用与坐标域相同的归一化尺度)", "isParamsArray": false, "type": "number" }, { "name": "vibrato", "documentation": "震动频率", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_portrait", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.SetPortrait", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "最基础、最全面的立绘指令:设置指定角色的坐标和表情。 若角色不在台上,会自动以指定的表情和位置实例化。 格式: <<set_portrait characterId x y [emotion]>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 25, "character": 8 }, "end": { "line": 33, "character": 9 } }, "parameters": [ { "name": "characterId", "documentation": "角色标识 ID。", "isParamsArray": false, "type": "string" }, { "name": "x", "documentation": "归一化 X 坐标 [-100, 100]", "isParamsArray": false, "type": "number" }, { "name": "y", "documentation": "归一化 Y 坐标 [-100, 100]", "isParamsArray": false, "type": "number" }, { "name": "emotion", "documentation": "表情名称。如果不填,默认保持不变或初始化为 \"normal\"", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "set_portrait_current", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.SetPortraitCurrent", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "设置当前说话角色的坐标和表情。 格式: <<set_portrait_current x y [emotion]>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 39, "character": 8 }, "end": { "line": 52, "character": 9 } }, "parameters": [ { "name": "x", "isParamsArray": false, "type": "number" }, { "name": "y", "isParamsArray": false, "type": "number" }, { "name": "emotion", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "set_portrait_position", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.SetPortraitPosition", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "仅设置或移动指定角色的坐标(不改变当前表情)。 格式: <<set_portrait_position characterId x y>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 58, "character": 8 }, "end": { "line": 63, "character": 9 } }, "parameters": [ { "name": "characterId", "isParamsArray": false, "type": "string" }, { "name": "x", "isParamsArray": false, "type": "number" }, { "name": "y", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_portrait_emotion", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.SetPortraitEmotion", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "仅改变指定角色的表情(角色必须已经上台)。 格式: <<set_portrait_emotion characterId emotion>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 69, "character": 8 }, "end": { "line": 75, "character": 9 } }, "parameters": [ { "name": "characterId", "isParamsArray": false, "type": "string" }, { "name": "emotion", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "hide_portrait", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.HidePortrait", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "隐藏指定角色的立绘。 格式: <<hide_portrait characterId>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 81, "character": 8 }, "end": { "line": 87, "character": 9 } }, "parameters": [ { "name": "characterId", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "hide_all_portraits", "definitionName": "global::Ichni.Story.YarnFunctions.PortraitCommands.HideAllPortraits", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/PortraitCommands.cs", "documentation": "隐藏当前所有在台上的立绘。 格式: <<hide_all_portraits>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 93, "character": 8 }, "end": { "line": 99, "character": 9 } }, "parameters": [] }, { "yarnName": "unlock_song", "definitionName": "global::Ichni.Story.YarnFunctions.StoryTreeCommands.UnlockSong", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/StoryTreeCommands.cs", "documentation": "兼容既有 Yarn 脚本:授予歌曲相关的解锁 Key,并在当前对话结束后弹出提示。 格式: <<unlock_song unlock_key>> Key 必须使用小写字母、数字和下划线,例如 story_ch0_prologue_completed。 新内容若不需要歌曲提示,优先使用 。", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 22, "character": 8 }, "end": { "line": 50, "character": 9 } }, "parameters": [ { "name": "songUnlockKey", "documentation": "要授予的稳定解锁 Key,而不是歌曲显示名称。", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "grant_unlock", "definitionName": "global::Ichni.Story.YarnFunctions.StoryTreeCommands.GrantUnlock", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/StoryTreeCommands.cs", "documentation": "通用内容解锁命令,可用于章节、歌曲、教程及未来内容。 格式: <<grant_unlock unlock_key>>。 本命令只授予并保存 Key,不绑定任何 UI 提示;需要提示时应由 Yarn 额外调用 show_message。", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 58, "character": 8 }, "end": { "line": 62, "character": 9 } }, "parameters": [ { "name": "unlockKey", "documentation": "符合 的稳定解锁 Key。", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "show_message", "definitionName": "global::Ichni.Story.YarnFunctions.StoryTreeCommands.ShowMessage", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/StoryTreeCommands.cs", "documentation": "在对话结束后,弹出一个自定义 MessageBox 提示。 会尝试使用 Unity Localization 进行翻译,如果找不到对应条目则回退显示原文本(Key)。 格式: <<show_message titleKey contentKey [tableName]>>", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 72, "character": 8 }, "end": { "line": 82, "character": 9 } }, "parameters": [ { "name": "titleKey", "documentation": "标题文本或本地化键", "isParamsArray": false, "type": "string" }, { "name": "contentKey", "documentation": "正文文本或本地化键", "isParamsArray": false, "type": "string" }, { "name": "tableName", "documentation": "Unity Localization 中的 String Table 名称", "defaultValue": "Message", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "set_bool", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.SetBool", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 13, "character": 8 }, "end": { "line": 17, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "bool" } ] }, { "yarnName": "set_int", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.SetInt", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 25, "character": 8 }, "end": { "line": 29, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_int", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.ModifyInt", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 31, "character": 8 }, "end": { "line": 36, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_float", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.SetFloat", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 44, "character": 8 }, "end": { "line": 48, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_float", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.ModifyFloat", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 50, "character": 8 }, "end": { "line": 55, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_string", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.SetString", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 63, "character": 8 }, "end": { "line": 67, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "set_bool", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetBool", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 7, "character": 8 }, "end": { "line": 11, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "bool" } ] }, { "yarnName": "set_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 19, "character": 8 }, "end": { "line": 23, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_ModifyInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 25, "character": 8 }, "end": { "line": 30, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 38, "character": 8 }, "end": { "line": 42, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_ModifyFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 44, "character": 8 }, "end": { "line": 49, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_string", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetString", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 57, "character": 8 }, "end": { "line": 61, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "log", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Log", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 72, "character": 8 }, "end": { "line": 92, "character": 9 } }, "parameters": [ { "name": "message", "isParamsArray": false, "type": "string" }, { "name": "logType", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "set_bool", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetBool", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 7, "character": 8 }, "end": { "line": 11, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "bool" } ] }, { "yarnName": "set_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 19, "character": 8 }, "end": { "line": 23, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_ModifyInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 25, "character": 8 }, "end": { "line": 30, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 38, "character": 8 }, "end": { "line": 42, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "modify_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_ModifyFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 44, "character": 8 }, "end": { "line": 49, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "modification", "isParamsArray": false, "type": "number" } ] }, { "yarnName": "set_string", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_SetString", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 57, "character": 8 }, "end": { "line": 61, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" }, { "name": "value", "isParamsArray": false, "type": "string" } ] }, { "yarnName": "log", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Log", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 72, "character": 8 }, "end": { "line": 92, "character": 9 } }, "parameters": [ { "name": "message", "isParamsArray": false, "type": "string" }, { "name": "logType", "isParamsArray": false, "type": "string" } ] } ], "functions": [ { "yarnName": "get_bool", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.GetBool", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 19, "character": 8 }, "end": { "line": 23, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "bool" } }, { "yarnName": "get_int", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.GetInt", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 38, "character": 8 }, "end": { "line": 42, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_float", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.GetFloat", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 57, "character": 8 }, "end": { "line": 61, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_string", "definitionName": "global::Ichni.Story.YarnFunctions.VariableCommands.GetString", "fileName": "C:\\ichniOfficial\\ichni_Official\\Assets/Scripts/NewStorySystem/YarnFunctions/VariableFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 69, "character": 8 }, "end": { "line": 73, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "string" } }, { "yarnName": "get_bool", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetBool", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 13, "character": 8 }, "end": { "line": 17, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "bool" } }, { "yarnName": "get_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 32, "character": 8 }, "end": { "line": 36, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 51, "character": 8 }, "end": { "line": 55, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_string", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetString", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 63, "character": 8 }, "end": { "line": 67, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "string" } }, { "yarnName": "get_bool", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetBool", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 13, "character": 8 }, "end": { "line": 17, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "bool" } }, { "yarnName": "get_int", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetInt", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 32, "character": 8 }, "end": { "line": 36, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_float", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetFloat", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 51, "character": 8 }, "end": { "line": 55, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "number" } }, { "yarnName": "get_string", "definitionName": "global::SLSUtilities.Narrative.YarnFunctions.Yarn_GetString", "fileName": "D:\\Projects\\ichni Official\\Assets/Scripts/SLSUtilities/Narrative/Base/YarnFunctions.cs", "language": "csharp", "async": false, "containsErrors": false, "location": { "start": { "line": 63, "character": 8 }, "end": { "line": 67, "character": 9 } }, "parameters": [ { "name": "key", "isParamsArray": false, "type": "string" } ], "return": { "type": "string" } } ] }