Difference between revisions of "Submit Variable Info"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
'''Use the following Categories, where BlueprintType is the class category that the variable exists in, i.e PrimalDinoVariable / PrimalItemVariable'''<br/>
 
'''Use the following Categories, where BlueprintType is the class category that the variable exists in, i.e PrimalDinoVariable / PrimalItemVariable'''<br/>
<nowiki>[[Category:Variables]]<br/>
+
<nowiki>[[Category:Variables]]</nowiki><br/>
[[Category:BlueprintType]]<br/></nowiki>
+
<nowiki>[[Category:BlueprintType]]</nowiki>
  
 
Then add information using the following headings<br/>
 
Then add information using the following headings<br/>
<nowiki><br/>
+
<nowiki>== Blueprint Type ==</nowiki><br/>
== Blueprint Type ==<br/>
 
 
ADK Class Name, i.e ShooterCharacter<br/>
 
ADK Class Name, i.e ShooterCharacter<br/>
  
== General ==<br/>
+
<nowiki>== General ==</nowiki><br/>
 
Brief description of the variables purpose<br/>
 
Brief description of the variables purpose<br/>
  
== Values ==<br/>
+
<nowiki>== Values ==</nowiki><br/>
 
What values that can be used, including the nature of the data type.<br/>
 
What values that can be used, including the nature of the data type.<br/>
</nowiki>
 

Revision as of 09:40, 9 April 2018


Use the following format to submit information on a particular variable.

Use the following Categories, where BlueprintType is the class category that the variable exists in, i.e PrimalDinoVariable / PrimalItemVariable
[[Category:Variables]]
[[Category:BlueprintType]]

Then add information using the following headings
== Blueprint Type ==
ADK Class Name, i.e ShooterCharacter

== General ==
Brief description of the variables purpose

== Values ==
What values that can be used, including the nature of the data type.