Template:Global definition: Difference between revisions
(Created page with "*Functions {{Global_functions}} *Properties {{Global_properties}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
Object named <tt>mp</tt> contains all available multiplayer API. | |||
It has slightly mixed functionality. Thus you can create some objects using <tt>new</tt> construction meanwhile the rest still must be created using functions like <tt>mp.objects.new()</tt>. | |||
Properties of <tt>mp</tt> are basically Pools of objects to be synchronised with clients. Creating new objects on server side usually means that they will be automatically shown and updated for clients. | |||
*Functions | *Functions | ||
{{Global_functions}} | {{Global_functions}} | ||
*Properties | *Properties | ||
{{Global_properties}} | {{Global_properties}} | ||
Revision as of 08:59, 14 December 2020
Object named mp contains all available multiplayer API.
It has slightly mixed functionality. Thus you can create some objects using new construction meanwhile the rest still must be created using functions like mp.objects.new().
Properties of mp are basically Pools of objects to be synchronised with clients. Creating new objects on server side usually means that they will be automatically shown and updated for clients.
- Functions
- Properties