@@ -1496,7 +1496,7 @@ interface InitialInstance {
14961496
14971497 boolean HasAnyOverriddenProperty([Const, Ref] gdObject obj);
14981498 boolean HasAnyOverriddenPropertyForBehavior([Const, Ref] Behavior behavior);
1499-
1499+
15001500 boolean HasBehaviorOverridingNamed([Const] DOMString name);
15011501 Behavior AddNewBehaviorOverriding([Ref] Project project, [Const] DOMString type, [Const] DOMString name);
15021502 [Ref] Behavior GetBehaviorOverriding([Const] DOMString name);
@@ -2487,8 +2487,8 @@ interface RepeatEvent {
24872487 [Ref] InstructionsList GetActions();
24882488 void SetRepeatExpressionPlainString([Const] DOMString expr);
24892489 [Const, Ref] Expression GetRepeatExpression();
2490- [Const, Ref] DOMString GetIndexVariableName ();
2491- void SetIndexVariableName ([Const] DOMString name);
2490+ [Const, Ref] DOMString GetLoopIndexVariableName ();
2491+ void SetLoopIndexVariableName ([Const] DOMString name);
24922492};
24932493RepeatEvent implements BaseEvent;
24942494
@@ -2498,8 +2498,8 @@ interface WhileEvent {
24982498 [Ref] InstructionsList GetConditions();
24992499 [Ref] InstructionsList GetWhileConditions();
25002500 [Ref] InstructionsList GetActions();
2501- [Const, Ref] DOMString GetIndexVariableName ();
2502- void SetIndexVariableName ([Const] DOMString name);
2501+ [Const, Ref] DOMString GetLoopIndexVariableName ();
2502+ void SetLoopIndexVariableName ([Const] DOMString name);
25032503};
25042504WhileEvent implements BaseEvent;
25052505
@@ -2510,8 +2510,8 @@ interface ForEachEvent {
25102510 [Const, Ref] DOMString GetObjectToPick();
25112511 [Ref] InstructionsList GetConditions();
25122512 [Ref] InstructionsList GetActions();
2513- [Const, Ref] DOMString GetIndexVariableName ();
2514- void SetIndexVariableName ([Const] DOMString name);
2513+ [Const, Ref] DOMString GetLoopIndexVariableName ();
2514+ void SetLoopIndexVariableName ([Const] DOMString name);
25152515};
25162516ForEachEvent implements BaseEvent;
25172517
@@ -2527,8 +2527,8 @@ interface ForEachChildVariableEvent {
25272527 void SetIterableVariableName([Const] DOMString newName);
25282528 void SetKeyIteratorVariableName([Const] DOMString newName);
25292529 void SetValueIteratorVariableName([Const] DOMString newName);
2530- [Const, Ref] DOMString GetIndexVariableName ();
2531- void SetIndexVariableName ([Const] DOMString name);
2530+ [Const, Ref] DOMString GetLoopIndexVariableName ();
2531+ void SetLoopIndexVariableName ([Const] DOMString name);
25322532};
25332533ForEachChildVariableEvent implements BaseEvent;
25342534
0 commit comments