Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Natashi committed Aug 3, 2020
1 parent 0fc5f01 commit 269d357
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions Change Log (Partial).txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions New Functions Documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <--------------------------------

Expand Down
4 changes: 2 additions & 2 deletions New Scripting Features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 269d357

Please sign in to comment.