Godot String Intercept 1.0 Scripts 4.0 Community
Submitted by user Joy-less; MIT; 2026-04-08
Generators for StringName and NodePath in Godot 4.
Example:
```cs
// Allocates a new StringName every time.
Input.IsActionPressed("move_forward");
// Allocation free!
Input.IsActionPressed("move_forward".AsStringName());
```
Install the library through NuGet: https://www.nuget.org/packages/GodotStringIntercept
View files Download Submit an issue Recent Edits