Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Aug 4, 2016
1 parent de7e834 commit 1da7428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ink-engine-runtime/Story.cs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ public void ChooseChoiceIndex(int choiceIdx)
/// </summary>
/// <returns>The return value as returned from the ink function with `~ return myValue`, or null if nothing is returned.</returns>
/// <param name="functionName">The name of the function as declared in ink.</param>
/// /// <param name="arguments">The arguments that the ink function takes, if any. Note that we don't (can't) do any validation on the number of arguments right now, so make sure you get it right!</param>
/// <param name="arguments">The arguments that the ink function takes, if any. Note that we don't (can't) do any validation on the number of arguments right now, so make sure you get it right!</param>
public object EvaluateFunction (string functionName, params object [] arguments)
{
string _;
Expand Down

0 comments on commit 1da7428

Please sign in to comment.