IdentifiedOwnedPoolTInstance, TOwnerCreate Method |
Initializes a new instance with the given id.
Namespace:
SampSharp.GameMode.Pools
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic static TInstance Create(
TOwner owner,
int id
)
Parameters
- owner
- Type: TOwner
The owner of the instance to create. - id
- Type: SystemInt32
The identity of the instance to create.
Return Value
Type:
TInstance
The initialized instance.
See Also