Jump to: navigation, search

Difference between revisions of "Divinity"

(Created page with "====Divinity==== =====Divinity.Get.Color(ByVal name As String) As String===== *Description=''Get the divinity color.'' ;'''Values''' :* name=''The divinity to search for.''...")
(No difference)

Revision as of 15:18, 23 March 2017

Divinity

Divinity.Get.Color(ByVal name As String) As String
  • Description=Get the divinity color.
Values
  • name=The divinity to search for.
  • Returns=The color of the divinity which can be used for messages.
  • Example=Divinity.Get.Color("Fire")


Divinity.Get.God(ByVal name As String) As String
  • Description=Get the divinity god name.
Values
  • name=The divinity to search for.
  • Returns=The god's name of the divinity which can be used for messages.
  • Example=Divinity.Get.God("Ice")