Shared APIs
APIs available on both Server and Client with identical behavior
Shared APIs
These APIs work identically on both Server and Client.
Why Shared?
These APIs have the exact same behavior on both sides:
- Timer -
Timer.Delay,Timer.Interval,Timer.Clearwork the same - Math Types -
Vec3,Quat,Rotator,Colorare identical
Other APIs like Player, Events, and Entities have different capabilities on server vs client, so they have separate documentation pages.