You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix inconsistencies and typos in argument names
This commit is contained in:
@@ -247,7 +247,7 @@ public:
|
||||
int get_cell_item(int p_x, int p_y, int p_z) const;
|
||||
int get_cell_item_orientation(int p_x, int p_y, int p_z) const;
|
||||
|
||||
Vector3 world_to_map(const Vector3 &p_pos) const;
|
||||
Vector3 world_to_map(const Vector3 &p_world_pos) const;
|
||||
Vector3 map_to_world(int p_x, int p_y, int p_z) const;
|
||||
|
||||
void set_clip(bool p_enabled, bool p_clip_above = true, int p_floor = 0, Vector3::Axis p_axis = Vector3::AXIS_X);
|
||||
|
||||
Reference in New Issue
Block a user