Click or drag to resize

IdentifiedOwnedPoolTInstance, TOwnerFind Method

Finds an instance with the given id".

Namespace:  SampSharp.GameMode.Pools
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static TInstance Find(
	TOwner owner,
	int id
)

Parameters

owner
Type: TOwner
The owner of the isntance to find.
id
Type: SystemInt32
The identity of the instance to find.

Return Value

Type: TInstance
The found instance.
See Also