|
Elin Decompiled Documentation EA 23.246 Nightly
|
Public Member Functions | |
| void | Load () |
| void | Kill () |
Public Member Functions inherited from MiniGame | |
| virtual void | OnActivate () |
| virtual void | OnDeactivate () |
| virtual void | SlidePosition (float w) |
| void | Deactivate () |
| void | SetAudioMixer (GameObject go) |
| void | Say (string lang) |
| virtual bool | CanExit () |
| void | Exit () |
| bool | OnPlay (int a) |
| void | GetSlotReward (string id, int pay=1, int bet=1) |
Public Attributes | |
| T | game |
Public Attributes inherited from MiniGame | |
| Balance | balance = new Balance() |
| GameObject | go |
| AssetBundle | asset |
| string | path |
| bool | isActive |
Additional Inherited Members | |
Public Types inherited from MiniGame | |
| enum | Type { Slot , Blackjack , Scratch , Basket , CoinDrop } |
Static Public Member Functions inherited from MiniGame | |
| static void | RegisterMiniGame (string id, MiniGame g, string _path) |
| static void | Activate (Type type) |
Static Public Attributes inherited from MiniGame | |
| static Dictionary< string, MiniGame > | minigames = new Dictionary<string, MiniGame>() |
Properties inherited from MiniGame | |
| virtual string | id [get] |
| T | : | Component |
Definition at line 3 of file ModMinigame.cs.
|
inline |
Definition at line 23 of file ModMinigame.cs.
References MiniGame.asset, ModMinigame< T >.game, and MiniGame.go.
|
inline |
Definition at line 7 of file ModMinigame.cs.
References MiniGame.asset, AssetBundle, Debug, ModMinigame< T >.game, MiniGame.go, MiniGame.path, and MiniGame.SetAudioMixer().
| T ModMinigame< T >.game |
Definition at line 5 of file ModMinigame.cs.
Referenced by ModMinigame< T >.Kill(), and ModMinigame< T >.Load().