Skip to main content

relationships.set_full

Overview

  • Max out relationship value for an entity.

Metadata

FieldValue
DisplaySet Relationship Full
Categoryrelationships
AccessUserCheat
ScopeB2Authority
Tags
AliasesSetRelationshipFull, relationship.set_full

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesTarget entity id
relationship_idnamenoRelationship id (optional)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('relationships.set_full', {
entity_id: 0,
relationship_id: '', // optional
});