Difference between revisions of "Submit Variable Info"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Wiki Help Use the following format to submit information on a particular variable. '''Use the following Categories, where BlueprintType is the class category th...")
 
Line 3: Line 3:
 
Use the following format to submit information on a particular variable.
 
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'''
+
'''Use the following Categories, where BlueprintType is the class category that the variable exists in, i.e PrimalDinoVariable / PrimalItemVariable'''<br/>
<nowiki>[[Category:Variables]]
+
<nowiki>[[Category:Variables]]<br/>
[[Category:BlueprintType]]</nowiki>
+
[[Category:BlueprintType]]<br/></nowiki>
  
Then add information using the following headings
+
Then add information using the following headings<br/>
<nowiki>
+
<nowiki><br/>
== Blueprint Type ==
+
== Blueprint Type ==<br/>
ADK Class Name, i.e ShooterCharacter
+
ADK Class Name, i.e ShooterCharacter<br/>
  
== General ==
+
== General ==<br/>
Brief description of the variables purpose
+
Brief description of the variables purpose<br/>
  
== Values ==
+
== Values ==<br/>
What values that can be used, including the nature of the data type.
+
What values that can be used, including the nature of the data type.<br/>
 
</nowiki>
 
</nowiki>

Revision as of 09:39, 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]]<br/> [[Category:BlueprintType]]<br/>

Then add information using the following headings
<br/> == Blueprint Type ==<br/> ADK Class Name, i.e ShooterCharacter<br/> == General ==<br/> Brief description of the variables purpose<br/> == Values ==<br/> What values that can be used, including the nature of the data type.<br/>