Add newlines to the end of all files
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
namespace ScriptCanvas
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -168,4 +168,4 @@ struct {{ className | replace(' ','') }}Property
|
||||
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
+1
-1
@@ -102,4 +102,4 @@ public: \
|
||||
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
@@ -307,4 +307,4 @@ AZStd::tuple<{{returnTypes|join(", ")}}>
|
||||
}
|
||||
#}
|
||||
}
|
||||
{% endmacro -%}
|
||||
{% endmacro -%}
|
||||
|
||||
+1
-1
@@ -352,4 +352,4 @@ void {{qualifiedName}}::Call{{CleanName(outName)}}({{ExecutionOutReturnDefinitio
|
||||
|
||||
size_t {{qualifiedName}}::GetRequiredOutCount() const { return {{Class.findall('Output')|length + branches|length}}; }
|
||||
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
||||
@@ -176,4 +176,4 @@ namespace ScriptCanvas
|
||||
GraphRequestBus::Event(*GraphNotificationBus::GetCurrentBusId(), &GraphRequests::DisconnectById, GetEntityId());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,4 +75,4 @@ namespace ScriptCanvas
|
||||
Endpoint m_targetEndpoint;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@ namespace ScriptCanvas
|
||||
|
||||
using ConnectionRequestBus = AZ::EBus<ConnectionRequests>;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ namespace ScriptCanvas
|
||||
AZ::Outcome<void, AZStd::string> OnEvaluate(const Slot& sourceSlot, const Slot& targetSlot) const override;
|
||||
AZ::Outcome<void, AZStd::string> OnEvaluateForType(const Data::Type& dataType) const override;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
|
||||
using EBusHandlerNodeRequestBus = AZ::EBus<EBusHandlerNodeRequests>;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,4 +81,4 @@ namespace AZStd
|
||||
return seed;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,4 +135,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ namespace ScriptCanvas
|
||||
using StackAllocatorType = AZStd::static_buffer_allocator<MaxNodeableOutStackSize, 32>;
|
||||
} // namespace Execution
|
||||
|
||||
} // namespace ScriptCanvas
|
||||
} // namespace ScriptCanvas
|
||||
|
||||
@@ -109,4 +109,4 @@ namespace ScriptCanvas
|
||||
|
||||
template<>
|
||||
void PureData::AddDefaultInputAndOutputTypeSlot<Data::Type>(Data::Type&&) = delete;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ namespace ScriptCanvas
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ namespace ScriptCanvas
|
||||
SlotId m_slotId;
|
||||
Data::Type m_dataType;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ namespace ScriptCanvas
|
||||
AZ_INLINE AZStd::string_view GetOutputSlotName() { return "Out"; }
|
||||
|
||||
AZ_INLINE AZStd::string_view GetSourceSlotName() { return "Source"; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ namespace ScriptCanvas
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ namespace ScriptCanvas
|
||||
return {};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ namespace ScriptCanvas
|
||||
return TypeErasedTraits(AZStd::integral_constant<eType, scTypeValue>{});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace ScriptCanvas
|
||||
return AZ::Success();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ namespace ScriptCanvas
|
||||
void ReflectNotifications(AZ::ReflectContext* context);
|
||||
void ReflectRequests(AZ::ReflectContext* context);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,4 +145,4 @@ namespace ScriptCanvas
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -240,4 +240,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -95,4 +95,4 @@ namespace ScriptCanvas
|
||||
return "Unknown Source Endpoint";
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <ScriptCanvas/Debugger/ValidationEvents/ExecutionValidation/UnusedNodeEvent.h>
|
||||
#include <ScriptCanvas/Debugger/ValidationEvents/ExecutionValidation/UnusedNodeEvent.h>
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@ namespace ScriptCanvas
|
||||
constexpr const char* UnusedNodeId = "EV-0001";
|
||||
static const AZ::Crc32 UnusedNodeCrc = AZ_CRC(UnusedNodeId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -19,4 +19,4 @@ namespace ScriptCanvas
|
||||
constexpr const char* InvalidFunctionCallNameId = "GT-0001";
|
||||
static const AZ::Crc32 InvalidFunctionCallNameCrc = AZ_CRC(InvalidFunctionCallNameId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -85,4 +85,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
using ValidationPtr = AZStd::intrusive_ptr<ValidationEvent>;
|
||||
using ValidationConstPtr = AZStd::intrusive_ptr<const ValidationEvent>;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ namespace ScriptCanvas
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@ namespace ScriptCanvas
|
||||
Data::Type m_dataType;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,4 +54,4 @@ namespace ScriptCanvas
|
||||
#define SCRIPTCANVAS_RETURN_IF_ERROR_STATE(node)\
|
||||
bool inErrorState = false;\
|
||||
ScriptCanvas::ErrorReporterBus::EventResult(inErrorState, node.GetOwningScriptCanvasId(), &ScriptCanvas::ErrorReporter::IsInErrorState);\
|
||||
if (inErrorState) { return; }
|
||||
if (inErrorState) { return; }
|
||||
|
||||
+1
-1
@@ -25,4 +25,4 @@ namespace ScriptCanvas
|
||||
|
||||
static void Reflect(AZ::ReflectContext* reflectContext);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ namespace ScriptCanvas
|
||||
RuntimeContext::RuntimeContext(AZ::EntityId graphId)
|
||||
: m_graphId(graphId)
|
||||
{}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ namespace ScriptCanvas
|
||||
protected:
|
||||
AZ::EntityId m_graphId;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ namespace ScriptCanvas
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,4 +25,4 @@ namespace ScriptCanvas
|
||||
// this may never have to be necessary
|
||||
bool UnregisterNativeGraphStart(AZStd::string_view name);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,4 +87,4 @@ namespace ScriptCanvas
|
||||
|
||||
} // namespace Parser
|
||||
|
||||
} // namepsace ScriptCanvas
|
||||
} // namepsace ScriptCanvas
|
||||
|
||||
@@ -37,4 +37,4 @@ namespace ScriptCanvas
|
||||
using EventBus = AZ::EBus<EventTraits>;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,4 +105,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
} // namespace Grammar
|
||||
|
||||
} // namespace ScriptCanvas}
|
||||
} // namespace ScriptCanvas}
|
||||
|
||||
+1
-1
@@ -30,4 +30,4 @@
|
||||
</Property>
|
||||
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
<EditProperty UiHandler="AZ::Edit::UIHandlers::Default" FieldName="m_tickOrder" Name="m_tickOrder" >
|
||||
</EditProperty>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -19,4 +19,4 @@
|
||||
<EditAttribute Key="AZ::Edit::Attributes::StringLineEditingCompleteNotify" Value="&ExpressionNodeBase::SignalFormatChanged"/>
|
||||
</EditProperty>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@
|
||||
<EditAttribute Key="AZ::Edit::Attributes::Max" Value="24"/>
|
||||
</EditProperty>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
@@ -39,4 +39,4 @@ namespace ScriptCanvas
|
||||
static AZStd::vector<AZ::ComponentDescriptor*> GetComponentDescriptors();
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -388,4 +388,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
}
|
||||
|
||||
#endif // EXPRESSION_TEMPLATES_ENABLED
|
||||
#endif // EXPRESSION_TEMPLATES_ENABLED
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
<Out Name="On Disconnected" Description="Signaled when this event handler is disconnected."/>
|
||||
<SerializedProperty Name="m_azEventEntry" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -75,4 +75,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -24,4 +24,4 @@
|
||||
<SerializedProperty Name="m_busId" />
|
||||
<SerializedProperty Name="m_autoConnectToGraphOwner" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@
|
||||
<SerializedProperty Name="m_dataType" />
|
||||
<SerializedProperty Name="m_propertyAccounts" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
<SerializedProperty Name="m_previousTypeId" />
|
||||
<SerializedProperty Name="m_propertySlots" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
@@ -52,4 +52,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
|
||||
using FunctionNodeRequestBus = AZ::EBus<FunctionNodeRequests>;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
<SerializedProperty Name="m_slotExecutionMap" />
|
||||
<SerializedProperty Name="m_slotExecutionMapSourceInterface" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@
|
||||
Description="Represents either an execution entry or exit node.">
|
||||
<SerializedProperty Name="m_isExecutionEntry" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
<EditAttribute Key="AZ::Edit::Attributes::PostChangeNotify" Value="&GetVariableNode::OnIdChanged"/>
|
||||
</EditProperty>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@
|
||||
<SerializedProperty Name="m_displayName" />
|
||||
<SerializedProperty Name="m_identifier" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@
|
||||
<Out Name="OnFailure" Description="Signaled when it is not possible to connect this handler."/>
|
||||
<SerializedProperty Name="m_autoConnectToGraphOwner" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -24,4 +24,4 @@
|
||||
<OutLatent Name="Complete" Description="Signaled upon node exit"/>
|
||||
<OutLatent Name="Action" Description="The signal that will be repeated"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -25,4 +25,4 @@
|
||||
<PropertyInterface Property="m_timeUnitsInterface" Name="Units" Type="Input" Description="Units to represent the time in."/>
|
||||
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
<SerializedProperty Name="m_scriptEventAssetId" />
|
||||
<SerializedProperty Name="m_asset" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
<SerializedProperty Name="m_scriptEventAssetId" />
|
||||
<SerializedProperty Name="m_asset" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@
|
||||
<In Name="In" Description="Fires the specified ScriptEvent when signaled"/>
|
||||
<Out Name="Out" Description="Trigged after the ScriptEvent has been signaled and returns"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@
|
||||
<EditAttribute Key="AZ::Edit::Attributes::PostChangeNotify" Value="&SetVariableNode::OnIdChanged"/>
|
||||
</EditProperty>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@
|
||||
Description="Starts executing the graph when the entity that owns the graph is fully activated.">
|
||||
<Out Name="Out" Description="Signaled when the entity that owns this graph is fully activated."/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
@@ -49,4 +49,4 @@ namespace ScriptCanvas
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
}
|
||||
|
||||
#include <Include/ScriptCanvas/Libraries/Entity/FindTaggedEntities.generated.cpp>
|
||||
#include <Include/ScriptCanvas/Libraries/Entity/FindTaggedEntities.generated.cpp>
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
@@ -105,4 +105,4 @@ namespace ScriptCanvas
|
||||
return libraryDescriptors;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@
|
||||
Description="Will trigger the Out pin whenever any of the In pins get triggered">
|
||||
<Out Name="Out" Description="Signaled when the node receives a signal from the selected index"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
<In Name="In" Description=""/>
|
||||
<Out Name="Out 0" Description="Output 0"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
<In Name="In" Description=""/>
|
||||
<Out Name="Out 0" Description="Output 0"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -19,4 +19,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
<In Name="In7" Description="Input 7"/>
|
||||
<Out Name="Out" Description="Signaled when the node is triggered."/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@
|
||||
<Out Name="True" Description="Signaled if the reference provided is null."/>
|
||||
<Out Name="False" Description="Signaled if the reference provided is not null."/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -24,4 +24,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@
|
||||
<Out Name="Out" Description="Output signal"/>
|
||||
<Out Name="On Reset" Description ="Triggered when Reset"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
<In Name="In" Description=""/>
|
||||
<Out Name="Out 0" Description="Output 0"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -30,4 +30,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
<In Name="In" Description="Input signal"/>
|
||||
<SerializedProperty Name="m_weightedPairings" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
@@ -139,4 +139,4 @@ namespace ScriptCanvas
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ namespace ScriptCanvas
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
IsInput="False"
|
||||
IsOutput="True" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -31,4 +31,4 @@
|
||||
IsInput="False"
|
||||
IsOutput="True" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@
|
||||
Description="Returns the element at the specified Index or Key">
|
||||
<Out Name="Key Not Found" Description="Triggered if the specified key was not found"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@
|
||||
DeprecationUUID="{C1E3C9D0-42E3-4D00-AE73-2A881E7E76A8}"
|
||||
Description="Get Last Element">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -27,4 +27,4 @@
|
||||
ConnectionType="ScriptCanvas::ConnectionType::Output"
|
||||
DynamicType="ScriptCanvas::DynamicDataType::Container" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -28,4 +28,4 @@
|
||||
IsInput="False"
|
||||
IsOutput="True" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@
|
||||
Description="Erase the element at the specified Index or with the specified Key">
|
||||
<Out Name="Element Not Found" Description="Triggered if the specified element was not found"/>
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
ReplacementMethodName="Get First Element"
|
||||
Description="Retrieves the first element in the container">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
ReplacementMethodName="Insert"
|
||||
Description="Inserts an element into the container at the specified Index or Key">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@
|
||||
ReplacementMethodName="Add Element at End"
|
||||
Description="Adds the provided element at the end of the container">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@
|
||||
IsInput="False"
|
||||
IsOutput="True" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@
|
||||
Version="0"
|
||||
Description="Adds two or more values">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -23,4 +23,4 @@
|
||||
Version="0"
|
||||
Description="">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@
|
||||
Version="0"
|
||||
Description="Divides two or more values">
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
+1
-1
@@ -35,4 +35,4 @@
|
||||
IsInput="True"
|
||||
IsOutput="False" />
|
||||
</Class>
|
||||
</ScriptCanvas>
|
||||
</ScriptCanvas>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user