Modding:Code Tutorial Essentials: Difference between revisions

From Vintage Story Wiki
m
Added navbox and translate tags
mNo edit summary
m (Added navbox and translate tags)
Line 1: Line 1:
__TOC__
<translate>
This page will give a breakdown of a number of topics and terminology used with code modding. Since some code topics can become quite complex, it is important to read through this page.
This page will give a breakdown of a number of topics and terminology used with code modding. Since some code topics can become quite complex, it is important to read through this page.


Line 35: Line 37:
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Client/API/ICoreClientAPI.cs#L10 ICoreClientAPI] - Extends from ICoreAPI. Contains useful functions and fields that can be used only on the client-side.
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Client/API/ICoreClientAPI.cs#L10 ICoreClientAPI] - Extends from ICoreAPI. Contains useful functions and fields that can be used only on the client-side.
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Server/API/ICoreServerAPI.cs#L9 ICoreServerAPI] - Extends from ICoreAPI. Contains useful functions and fields that can be used only on the server-side.
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Server/API/ICoreServerAPI.cs#L9 ICoreServerAPI] - Extends from ICoreAPI. Contains useful functions and fields that can be used only on the server-side.
</translate>
{{navbox/codemodding}}
Confirmedusers
637

edits