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

Static Type Warnings

An asset by w01vs
The page banner background of a mountain and forest
Static Type Warnings hero image

Quick Information

0 ratings
Static Type Warnings icon image
w01vs
Static Type Warnings

This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.Checks scripts when project is loaded and for individual scripts when saved.CHANGELOG1.1.0:Added static type warnings for:- Function parameters- Multiline function definitions1.0.0:Added static type warnings for:- Constants- Variables- Function return values**Only for single line functions

Supported Engine Version
4.4
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
12 days ago
Git URL
Issue URL

enforce-static-typing

This is a simple Godot plugin that checks if you have statically typed variables and functions. It will check all scripts on load, and will check individual scripts on save. Warnings will be printed to the output stream.

This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.

Checks scripts when project is loaded and for individual scripts when saved.

CHANGELOG
1.1.0:
Added static type warnings for:
- Function parameters
- Multiline function definitions

1.0.0:
Added static type warnings for:
- Constants
- Variables
- Function return values*
*Only for single line functions

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
Static Type Warnings icon image
w01vs
Static Type Warnings

This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.Checks scripts when project is loaded and for individual scripts when saved.CHANGELOG1.1.0:Added static type warnings for:- Function parameters- Multiline function definitions1.0.0:Added static type warnings for:- Constants- Variables- Function return values**Only for single line functions

Supported Engine Version
4.4
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
12 days 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