Skip to content

perMessage

Divided by Zer0 edited this page Jul 11, 2021 · 4 revisions

perMessage

Extends: Reference

Description

Contains details about the way to seek through the game for the Requested things to count. This is sent to ScriptPer to initiate it.

Property Descriptions

per_seek

var per_seek: String

script_owner

var script_owner

Card type, but cannot type to avoid cyclic dependency

per_definitions

var per_definitions: Dictionary

trigger_object

var trigger_object

subjects

var subjects: Array

found_things

var found_things: int
  • Getter: count_found_things

Method Descriptions

_init

func _init(_per_seek: String, _script_owner, _per_definitions: Dictionary, _trigger_object = null, _subjects: Array) -> void

count_found_things

func count_found_things() -> int

Returns the amount of things the calling script is trying to count.

Clone this wiki locally