1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Startup.MlemGame.GenericCallback.yml

70 lines
1.9 KiB
YAML
Generated

### YamlMime:ManagedReference
items:
- uid: MLEM.Startup.MlemGame.GenericCallback
commentId: T:MLEM.Startup.MlemGame.GenericCallback
id: MlemGame.GenericCallback
parent: MLEM.Startup
children: []
langs:
- csharp
- vb
name: MlemGame.GenericCallback
nameWithType: MlemGame.GenericCallback
fullName: MLEM.Startup.MlemGame.GenericCallback
type: Delegate
source:
remote:
path: MLEM.Startup/MlemGame.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: GenericCallback
path: ../MLEM.Startup/MlemGame.cs
startLine: 168
assemblies:
- MLEM.Startup
namespace: MLEM.Startup
summary: A delegate method used by <xref href="MLEM.Startup.MlemGame.OnLoadContent" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public delegate void MlemGame.GenericCallback(MlemGame game)
parameters:
- id: game
type: MLEM.Startup.MlemGame
description: The game in question
content.vb: Public Delegate Sub MlemGame.GenericCallback(game As MlemGame)
references:
- uid: MLEM.Startup.MlemGame.OnLoadContent
commentId: E:MLEM.Startup.MlemGame.OnLoadContent
href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_OnLoadContent
name: OnLoadContent
nameWithType: MlemGame.OnLoadContent
fullName: MLEM.Startup.MlemGame.OnLoadContent
- uid: MLEM.Startup
commentId: N:MLEM.Startup
href: MLEM.html
name: MLEM.Startup
nameWithType: MLEM.Startup
fullName: MLEM.Startup
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Startup
name: Startup
href: MLEM.Startup.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Startup
name: Startup
href: MLEM.Startup.html
- uid: MLEM.Startup.MlemGame
commentId: T:MLEM.Startup.MlemGame
parent: MLEM.Startup
href: MLEM.Startup.MlemGame.html
name: MlemGame
nameWithType: MlemGame
fullName: MLEM.Startup.MlemGame