Difference between revisions of "GetCasinoBJPayout"

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

Latest revision as of 23:09, 11 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Returns the blackjack payout ratio of a casino form.

Syntax

[help]
(float) GetCasinoBJPayout casino:form

Example

set fRatio to GetCasinoBJPayout TheTopsCasinoData

See Also