1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Add seed/get_inst function for GDScript

seed -> Math::seed
get_inst -> ObjectDB::get_instance
This commit is contained in:
sanikoyes
2015-03-25 11:01:12 +08:00
parent cbad0440ab
commit 97f34a1dd6
2 changed files with 36 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ public:
MATH_RAND,
MATH_RANDF,
MATH_RANDOM,
MATH_SEED,
MATH_RANDSEED,
MATH_DEG2RAD,
MATH_RAD2DEG,
@@ -93,6 +94,7 @@ public:
DICT2INST,
HASH,
PRINT_STACK,
GET_INST,
FUNC_MAX
};