aboutsummaryrefslogtreecommitdiff
path: root/core/array.h
diff options
context:
space:
mode:
authorpoke10242018-01-10 19:36:53 +0100
committerpoke10242018-01-10 19:36:53 +0100
commit75d69fb4ecfe3bc925bd27700782d884e88369cc (patch)
tree29e863213b69e6d2c1fb192a0c36dae5327bb594 /core/array.h
parenta60896869e6c17f674ff25bee87cabb54cd4403d (diff)
downloadgodot-75d69fb4ecfe3bc925bd27700782d884e88369cc.tar.gz
godot-75d69fb4ecfe3bc925bd27700782d884e88369cc.tar.zst
godot-75d69fb4ecfe3bc925bd27700782d884e88369cc.zip
Diffstat (limited to 'core/array.h')
-rw-r--r--core/array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/array.h b/core/array.h
index 7c6fc5904..684a8e265 100644
--- a/core/array.h
+++ b/core/array.h
@@ -71,6 +71,7 @@ public:
Array &sort();
Array &sort_custom(Object *p_obj, const StringName &p_function);
+ void shuffle();
int bsearch(const Variant &p_value, bool p_before = true);
int bsearch_custom(const Variant &p_value, Object *p_obj, const StringName &p_function, bool p_before = true);
Array &invert();