- Edited
I'm trying to generate a random number within a certain range in Visual Script but I can't seem to find the node for the randi_range
function as mentioned in the docs: https://docs.godotengine.org/en/stable/classes/class_randomnumbergenerator.html#class-randomnumbergenerator-method-randi-range.
I tried adding the Rand
node and looking for the randi_range
function in the inspector but it isn't there.
The script is attached to a Spatial node.
I am on the 3.2.2.beta4 version of Godot on Windows 10.