Skip to content
Tomasz Bachmiński edited this page Jun 23, 2019 · 7 revisions

Table of Contents

 

SpaceDamage

 

ListFields

Lists all fields a SpaceDamage can hold. Useful for iterating.

 

Clone

Copies this SpaceDamage instance and returns a new one, that holds the exact same data.

 

ToTable

Converts this SpaceDamage to a table.

 

IsMetadata

Returns true if this SpaceDamage instance is a metadata instance added by the mod loader.
Metadata instances hold additional information about the SpaceDamage instance that comes after them in the DamageList.

For details, see SkillEffect:GetMetadata

Clone this wiki locally