From 269d35769af5a4e4a0ab8b095e80c88a3a2c4472 Mon Sep 17 00:00:00 2001 From: Natashi <32347635+Natashi@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:02:51 +0700 Subject: [PATCH] Docs update --- Change Log (Partial).txt | 1 + New Functions Documentation.txt | 10 ++++++++++ New Scripting Features.txt | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Change Log (Partial).txt b/Change Log (Partial).txt index 640d6b43..f826066c 100644 --- a/Change Log (Partial).txt +++ b/Change Log (Partial).txt @@ -24,6 +24,7 @@ - Fixed a bug where NotifyEvent and SetScriptArgument could not reach package-level scripts when called from a stage-level script. - Event arguments will no longer be overwritten when notifying nested events inside @Event. - Utilized variadic argument counts for the functions in the NotifyEvent series. + - Utilized variadic argument counts for the WriteLog function. - Added transform functions for ObjPatternShot and relevant sample scripts, for former and current ECL modders. - Please note that they may not be able to fully emulate ECL's behaviours. - Added functionality to customize delay clouds. diff --git a/New Functions Documentation.txt b/New Functions Documentation.txt index 4434a7b1..5809fc66 100644 --- a/New Functions Documentation.txt +++ b/New Functions Documentation.txt @@ -493,6 +493,16 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE IFF_PNG: Portable Network Graphics file. (.png) IFF_DDS: DirectDraw Surface file. (.dds) IFF_PPM: Portable PixelMap graphics file. (.ppm) + + --------------------------------> Debugging <-------------------------------- + + WriteLog + Arguments: + 1+) (any) value... + Description: + Change. + + Writes the values of the given arguments to the LogWindow. --------------------------------> Common Data <-------------------------------- diff --git a/New Scripting Features.txt b/New Scripting Features.txt index 5138d78f..50fa024a 100644 --- a/New Scripting Features.txt +++ b/New Scripting Features.txt @@ -171,5 +171,5 @@ Can be used everywhere except function/task/sub declarations, @ blocks, and local{} blocks. - - +- Others + - Some default functions now allow for variadic argument counts. \ No newline at end of file