RawAccessorDataScope

class RawAccessorDataScope(val archetype: Archetype, val perArchetypeData: List<List<Any?>>, val row: Int) : ArchetypeCacheScope

An ArchetypeCacheScope with a reference to a specific entity in that archetype. It will be processed by an Accessor into a ResultScope.

Note: This extends ArchetypeCacheScope to allow accessors to read their per archetype cache when processing data.

See also

Constructors

Link copied to clipboard
constructor(archetype: Archetype, perArchetypeData: List<List<Any?>>, row: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val row: Int