Skip to content

Commit

Permalink
fix #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed May 1, 2023
1 parent e209376 commit 17b00a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _doc/manual/concepts_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@ Otherwise the execution order is not specified and depends on implementation det
### Functions available at compiletime

Not all functions which can be used in the game can be used at compiletime.
Only a few functions are implemented in the Wurst compiler and emulate the respective functions from `common.j`.
Many functions from the `common.j` are implemented in the Wurst compiler to emulate the respective function behavior in the game for use at compiletime and unit tests.

The currently implemented functions can be found in the compiler code in the class [NativeFunctionsIO](https://github.com/wurstscript/WurstScript/blob/master/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java).
The currently implemented functions can be found their respective classes in the [Providers](https://github.com/wurstscript/WurstScript/tree/68e0abc2f2c1913aabad4cc15e3623778db9e022/de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/providers) package.


### Object Editing Natives
Expand Down

0 comments on commit 17b00a1

Please sign in to comment.