peek_proxy


Description:

public unowned EnhancerProxy? peek_proxy (uint index)

Get the EnhancerProxy at index.

Similar to [method@Clapper.EnhancerProxyList.get_proxy], but does not take a new reference on proxy.

Proxies in a list are only removed when a [class@Clapper.Player] instance they originate from is destroyed, so do not use returned object afterwards unless you take an additional reference on it.

Parameters:

this

a EnhancerProxyList

index

an enhancer proxy index

Returns:

The EnhancerProxy at index.