Blockland Forums > Modification Help
Getting displayed brick data and other player positions client side?
DrenDran:
Is it possible to get data on the bricks being shown, or the positions, looks, item being held, of other players on client side?
otto-san:
I wouldn't think so, since objects like that are serversided.
DrenDran:
--- Quote from: otto-san on September 21, 2010, 07:44:52 PM ---I wouldn't think so, since objects like that are serversided.
--- End quote ---
But they are sent to, and displayed, client side.
MegaScientifical:
--- Quote from: DrenDran on September 21, 2010, 09:10:35 PM ---But they are sent to, and displayed, client side.
--- End quote ---
Positions are given to the client, but variables on it are held serverside. The client doesn't need all of them, nor do all clients have add-ons to even use them.
DrenDran:
I'm still curious to the answer...