Template:Global definition: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
Object named <tt>mp</tt> contains all available multiplayer API.  
Object named <tt>mp</tt> contains all available API of Rage multiplayer.  


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>.
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>.

Revision as of 09:02, 14 December 2020

Object named mp contains all available API of Rage multiplayer.

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.