Class: Configs::SceneTitleConfig

Inherits:
Object
  • Object
show all
Defined in:
docs/01450_Systems_00001_Title.rb

Overview

Definition of the scene title config

Instance Attribute Summary collapse

Instance Attribute Details

#additional_splashesArray<String>

Get the additional splash played after the PSDK splash

Returns:



18
19
20
# File 'docs/01450_Systems_00001_Title.rb', line 18

def additional_splashes
  @additional_splashes
end

#bgm_durationInteger

Get the duration of the title music before it restarts

Returns:

  • (Integer)

    duration in pcm samples



9
10
11
# File 'docs/01450_Systems_00001_Title.rb', line 9

def bgm_duration
  @bgm_duration
end

#bgm_nameString

Get the name of the bgm to play

Returns:



12
13
14
# File 'docs/01450_Systems_00001_Title.rb', line 12

def bgm_name
  @bgm_name
end

#control_waitFloat

Get the duration the controls has to wait before showing

Returns:

  • (Float)


21
22
23
# File 'docs/01450_Systems_00001_Title.rb', line 21

def control_wait
  @control_wait
end

#intro_movie_map_idInteger

Get the intro movie map id

Returns:

  • (Integer)

    0 = No intro movie



6
7
8
# File 'docs/01450_Systems_00001_Title.rb', line 6

def intro_movie_map_id
  @intro_movie_map_id
end

#language_selection_enabledBoolean

Get the information if the language selection is enabled or not

Returns:

  • (Boolean)


15
16
17
# File 'docs/01450_Systems_00001_Title.rb', line 15

def language_selection_enabled
  @language_selection_enabled
end