Dude
| This page is a stub. Most details about the subject still need to be added. |
The player avatars are entities defined by the Dude class.
LocalDude is how the code usually refers to the Dude in your game which you control.
Often shortened to "local".
RemoteDude is how the code usually refers to the Dude in your game who is controlled by other players you meet online - your companions.
Often shortened to "remote".
That same RemoteDude is also the "companion" controlled by game code when a HijackRemotePlayer Trigger is active, who is commonly known as "Nick".
ServerDude refers to whichever Dude is being controlled by the player who is the "host": "low" account ID, enters PD on the left, usually has less network-related glitches like missing WM's, etc.
ClientDude refers to whichever Dude is being controlled by the player who is the "client": "high" account ID, enters PD on the right, usually has more network glitches, etc.