| 364 | } |
| 365 | |
| 366 | void FakeScriptInstance::notification(int p_notification, bool p_reversed) { |
| 367 | // No notifications in fake script |
| 368 | } |
| 369 | |
| 370 | // Only used by Editor-only code and GDScriptLanguage code, not needed at all |
| 371 | void FakeScriptInstance::property_set_fallback(const StringName &p_name, const Variant &p_value, bool *r_valid) { |