Refactor CSM restriction code a bit
This also fixes find_node_near restrictions being ineffective.
This commit is contained in:
@@ -261,14 +261,10 @@ public:
|
||||
// Causes urgent mesh updates (unlike Map::add/removeNodeWithEvent)
|
||||
void removeNode(v3s16 p);
|
||||
|
||||
/**
|
||||
* Helper function for Client Side Modding
|
||||
* CSM restrictions are applied there, this should not be used for core engine
|
||||
* @param p
|
||||
* @param is_valid_position
|
||||
* @return
|
||||
*/
|
||||
MapNode getNode(v3s16 p, bool *is_valid_position);
|
||||
// helpers to enforce CSM restrictions
|
||||
MapNode CSMGetNode(v3s16 p, bool *is_valid_position);
|
||||
int CSMClampRadius(v3s16 pos, int radius);
|
||||
|
||||
void addNode(v3s16 p, MapNode n, bool remove_metadata = true);
|
||||
|
||||
void setPlayerControl(PlayerControl &control);
|
||||
|
Reference in New Issue
Block a user