UseObject

@Serializable
data class UseObject(    val name: String,     val SupportedActions: Int,     val primaryAction: Int,     val secondaryAction: Int,     val continuousUsage: Boolean)

Constructors

Link copied to clipboard
fun UseObject(    name: String,     SupportedActions: Int,     primaryAction: Int,     secondaryAction: Int,     continuousUsage: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val continuousUsage: Boolean
Link copied to clipboard
val name: String
Link copied to clipboard
val primaryAction: Int
Link copied to clipboard
val secondaryAction: Int
Link copied to clipboard
val SupportedActions: Int