Skip to content

Commit

Permalink
Update eMec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Nov 29, 2023
1 parent 200be59 commit 61c36d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown/eMec.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eMec
eMec is a wrapper for MEC that is used by RueI. it is absolutely not necessary to use it in your own plugins, but it does provide some utility.
# eMEC
eMEC is a wrapper for MEC that is used by RueI. it is absolutely not necessary to use it in your own plugins, but it does provide some utility.

the core of eMEC are `Tasks` (not to be confused with .NET Tasks).
eMEC provides a few notable advantages over the usual MEC. firstly, it is much higher level - you do not directly manipulate CoroutineHandles directly. instead, you use `TaskBases` (not to be confused with .NET Tasks). secondly, if RueI detects that it is *not* running in Unity, it will automatically swap over to using .NET tasks, which means that you can do unit tests on things that use `TaskBases` but also use them normally in scp:sl.

0 comments on commit 61c36d3

Please sign in to comment.