Class: Studio::CreatureForm::FormTextId

Inherits:
Object
  • Object
show all
Defined in:
docs/3_Studio.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionInteger (readonly)

ID of the form description

Returns:

  • (Integer)


790
791
792
# File 'docs/3_Studio.rb', line 790

def description
  @description
end

#nameInteger (readonly)

ID of the form name

Returns:

  • (Integer)


787
788
789
# File 'docs/3_Studio.rb', line 787

def name
  @name
end