mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
-scripts are converted to bytecode on export
-fix bug in doc where touchscreen events were not documented
This commit is contained in:
@@ -142,6 +142,12 @@ public:
|
||||
|
||||
}
|
||||
|
||||
int find_nearest(const T& p_val) const {
|
||||
|
||||
bool exact;
|
||||
return _find(p_val,exact);
|
||||
|
||||
}
|
||||
|
||||
_FORCE_INLINE_ int size() const { return _data.size(); }
|
||||
_FORCE_INLINE_ bool empty() const { return _data.empty(); }
|
||||
|
||||
Reference in New Issue
Block a user