You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Implement CSharpScript::is_valid()
This commit is contained in:
@@ -2594,10 +2594,6 @@ void CSharpScript::update_exports() {
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CSharpScript::is_valid() const {
|
||||
return true; //TODO return false if invalid
|
||||
}
|
||||
|
||||
bool CSharpScript::has_script_signal(const StringName &p_signal) const {
|
||||
if (_signals.has(p_signal))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user