Difference between revisions of "SetCasinoBJPayout"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>LuthienAnarion
(Created page with "{{Function |origin = LU |summary = Sets the blackjack payout ratio of a casino form. |name = SetCasinoBJPayout |returnType = none |arguments = {{FunctionArgument |N...")
 
imported>LuthienAnarion
 
Line 8: Line 8:
   |Name = casino
   |Name = casino
   |Type = form
   |Type = form
  |Optional = n
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = value
   |Name = value
   |Type = float
   |Type = float
  |Optional = n
   }}
   }}
  |example = SetCasinoBJPayout TheTopsCasinoData 2.5
  |example = SetCasinoBJPayout TheTopsCasinoData 2.5

Latest revision as of 23:10, 11 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Sets the blackjack payout ratio of a casino form.

Syntax

[help]
(none) SetCasinoBJPayout casino:form value:float

Example

SetCasinoBJPayout TheTopsCasinoData 2.5

See Also