Difference between revisions of "GetCasinoMaxWinnings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>LuthienAnarion
imported>LuthienAnarion
 
Line 8: Line 8:
   |Name = casino
   |Name = casino
   |Type = form
   |Type = form
  |Optional = n
   }}
   }}
  |example = set iMax to GetCasinoMaxWinnings TheTopsCasinoData
  |example = set iMax to GetCasinoMaxWinnings TheTopsCasinoData

Latest revision as of 00:07, 12 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the max winnings value of a casino form.

Syntax

[help]
(int) GetCasinoMaxWinnings casino:form

Example

set iMax to GetCasinoMaxWinnings TheTopsCasinoData

See Also