ps4_tus_slot_data table reference - Stingray Lua API Reference

ps4_tus_slot_data table reference

Description

Returned by calls to stingray.Tus.get_data_result(), and by stingray.Tus.get_result() when stingray.Tus.DETAILS is passed as the format parameter, in order to provide details about a specific slot.

Data Members

has_data : boolean

Indicates whether or not any data is stored in the slot.
The SceNpId of the last person to change this value.
The tick count at which the value of this slot was last changed.

old_value : number

The last value stored in the slot.

owner : string

The SceNpId of the owner of this slot.

value : number

The current value stored in the slot.