-
Notifications
You must be signed in to change notification settings - Fork 0
CoreSystem system includes
RealityStop edited this page Oct 3, 2022
·
1 revision
DefoldSharp includes a custom version of CSharp.lua's CoreSystem.lua, which includes lua implementations of:
- Interfaces
- Exception
- Math
- Number
- Char
- String
- Boolean
- Delegate
- Enum
- TimeSpan
- DateTime
- Collections.EqualityComparer
- Array
- Type
- Collections.List
- Collections.Dictionary
- Collections.Queue
- Collections.Stack
- Collections.HashSet
- Collections.LinkedList
- Collections.SortedSet
- Collections.SortedList
- Collections.SortedDictionary
- Collections.PriorityQueue
- Collections.Linq
- Convert
- Random
- Text.StringBuilder
- Console
- IO.File
- Reflection.Assembly
- Threading.Timer
- Threading.Thread
- Threading.Task
- Utilities
- Globalization.Globalization
- Numerics.HashCodeHelper
- Numerics.Complex
- Numerics.Matrix3x2
- Numerics.Matrix4x4
- Numerics.Plane
- Numerics.Quaternion
- Numerics.Vector2
- Numerics.Vector3
- Numerics.Vector4