Edit of asset "User Input WhiteList" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | User Input WhiteList | User Input WhiteList |
Description |
Whitelist Tool for validating and calling user input Provides an in-editor plugin to allow selection of specific scripts to be read and then creates a whitelist (Autoload WhiteList) from those scripts on project run. Use "WhiteList.is_valid(input_string, object_ref)" to check if the input string is a valid function / param combo for object_ref "WhiteList.call_last_checked()" to call that function "WhiteList.clear_last_checked()" to clear if it was a valid function that should not be called "WhiteList.try_call(input_string, object_Ref)" to try call a function directly |
Enable your players to more directly call functions in your code safely! Reads through designated scripts at runtime and compiles a whitelist of functions that you can set up for users to call on the relevant objects. |
Category | Tools | Tools |
License | Unlicense | Unlicense |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/Starkandco/Godot-Whitelist-Tool | https://github.com/Starkandco/Godot-Whitelist-Tool |
Issues Url | https://github.com/Starkandco/Godot-Whitelist-Tool/issues | https://github.com/Starkandco/Godot-Whitelist-Tool/issues |
Godot version | Godot 4.2 | Godot 4.2 |
Version String | 1.0 | 1.0 |
Download Commit | d94468cfaed82d522217b6e00770699a0ecfb261 | f947d8545c9fa05256facb4857de2410ab28282e |
Download Url (Computed) | https://github.com/Starkandco/Godot-Whitelist-Tool/archive/d94468cfaed82d522217b6e00770699a0ecfb261.zip | https://github.com/Starkandco/Godot-Whitelist-Tool/archive/f947d8545c9fa05256facb4857de2410ab28282e.zip |
Icon Url |
https://raw.githubusercontent.com/Starkandco/Godot-Whitelist-Tool/main/addons/user_whitelist/icon/Whitelist.png
![]() |
https://raw.githubusercontent.com/Starkandco/Godot-Whitelist-Tool/main/addons/user_whitelist/icon/Whitelist.png
![]() |