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...")
 
 
(4 intermediate revisions by the same user not shown)
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 wiki category that the variable belongs to, i.e PrimalDinoVariable / PrimalItemVariable'''<br/><br/>
<nowiki>[[Category:Variables]]
+
<nowiki>[[Category:Variables]]</nowiki><br/>
[[Category:BlueprintType]]</nowiki>
+
<nowiki>[[Category:BlueprintType]]</nowiki>
  
Then add information using the following headings
+
'''Then add information using the following headings'''<br/><br/>
<nowiki>
+
<nowiki>== Blueprint Type ==</nowiki><br/>
== Blueprint Type ==
+
''ADK Class Name, i.e ShooterCharacter<br/>''
ADK Class Name, i.e ShooterCharacter
 
  
== General ==
+
<nowiki>== General ==</nowiki><br/>
Brief description of the variables purpose
+
''Brief description of the variables purpose<br/>''
  
== Values ==
+
<nowiki>== Values ==</nowiki><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>
 

Latest revision as of 09:44, 9 April 2018


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

Use the following Categories, where BlueprintType is the wiki category that the variable belongs to, 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.