You've already forked godot
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:
@@ -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
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user