Difference between revisions of "SetCasinoMaxWinnings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>LuthienAnarion
(Created page with "{{Function |origin = LU |summary = Sets the max winnings value of a casino form. |name = SetCasinoMaxWinnings |returnType = none |arguments = {{FunctionArgument |Na...")
 
imported>LuthienAnarion
 
Line 8: Line 8:
   |Name = casino
   |Name = casino
   |Type = form
   |Type = form
  |Optional = n
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = value
   |Name = value
   |Type = int
   |Type = int
  |Optional = y
   }}
   }}
  |example = SetCasinoMaxWinnings TheTopsCasinoData 12000
  |example = SetCasinoMaxWinnings TheTopsCasinoData 12000

Latest revision as of 23:08, 11 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Sets the max winnings value of a casino form.

Syntax

[help]
(none) SetCasinoMaxWinnings casino:form value:int

Example

SetCasinoMaxWinnings TheTopsCasinoData 12000

See Also