From e9a50e33316ed6706bd6296ac92d24c5d0be377a Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Wed, 6 Nov 2024 10:04:17 +0530 Subject: [PATCH 1/5] docs(general): Removed image for variable scopes --- .../Variables_And_Variable_Scope.htm | 1 - .../Scripting_Reference/GML/Overview/scopes.png | Bin 88755 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 Manual/contents/assets/Images/Scripting_Reference/GML/Overview/scopes.png diff --git a/Manual/contents/GameMaker_Language/GML_Overview/Variables_And_Variable_Scope.htm b/Manual/contents/GameMaker_Language/GML_Overview/Variables_And_Variable_Scope.htm index 76a5bf72a..48b210573 100644 --- a/Manual/contents/GameMaker_Language/GML_Overview/Variables_And_Variable_Scope.htm +++ b/Manual/contents/GameMaker_Language/GML_Overview/Variables_And_Variable_Scope.htm @@ -63,7 +63,6 @@

Types of Scope

  • Local Variables
  • Scopes are not entirely separated and some scopes are always accessible from other scopes. In case of an Object Event being executed, the following rules will apply:

    -