Modding:Code Tutorial Essentials: Difference between revisions

From Vintage Story Wiki
m (Added navbox and translate tags)
mNo edit summary
Line 34: Line 34:


* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Common/API/ICoreAPI.cs#L20 ICoreAPICommon] - A set of functions and fields common to the server and client.  
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Common/API/ICoreAPI.cs#L20 ICoreAPICommon] - A set of functions and fields common to the server and client.  
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Common/API/ICoreAPI.cs#L20 ICoreAPI] - Extends from ICoreAPICommon, contains a few more useful values.
* [https://github.com/anegostudios/vsapi/blob/cad83424ee89915ef206d0b23845af0a4ef72348/Common/API/ICoreAPI.cs#L164 ICoreAPI] - Extends from ICoreAPICommon, contains a few more useful values.
* [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.