Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Godot String Intercept

An asset by Joy-less
The page banner background of a mountain and forest
Godot String Intercept hero image

Quick Information

0 ratings
Godot String Intercept icon image
Joy-less
Godot String Intercept

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

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
9 hours ago
Git URL
Issue URL

Godot String Intercept Generators

README NuGet

Contains source generators and analyzers for GodotStringIntercept.

Do not reference this package directly; reference the GodotStringIntercept package instead.

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

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot String Intercept icon image
Joy-less
Godot String Intercept

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

Supported Engine Version
4.0
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
9 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers