Submit Node Info

From ARK Modding Wiki
Jump to navigation Jump to search

Use the following Categories

Where BlueprintType is the wiki class category. See Category:Nodes for existing types.

[[Category:Nodes]]
[[Category:BlueprintType Nodes]]

Setup the Node Information Banner

Remove the X from the setting that doesn't apply and paste after your categories.

Replication Important Must run on server Should run on server Must run on client Should run on client Requires Multicasting

{{NodeInfoBanner|X|X|X|X|X|X}}

Add Image of Node

Add an image of the blueprint node in a right aligned frame.
Example: [[File:Node_AddNewItem.jpg|frame|AddNewItem - PrimalItem]]

Add Node Information

== How to Use ==
Put general information here on what the node is used for.

=== Details ===
Put details in the two tables on the valid inputs and outputs.
{| class="wikitable"
!colspan="3"|Inputs
|-
!Pin
!Reference Type
!Description
|-
|Item Archetype
|Class
|Select the class of the new item to be created
|-
|
|
|
|-
|
|
|
|-
|
|
|
|-
|
|
|
|-
|
|
|
|-
|
|
|
|-
|
|
|
|}


Outputs
Pin Reference Type Description
Return Value PrimalItem Primal item reference for the newly created item

Related Articles

What Links Here