Class: Configs::SceneTitleConfig

Inherits:
Object
  • Object
show all
Defined in:
scripts/01450 Systems/00001 Title/00001 Configs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additional_splashesArray<String>

Get the additional splash played after the PSDK splash

Returns:



17
18
19
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 17

def additional_splashes
  @additional_splashes
end

#bgm_durationInteger

Get the duration of the title music before it restarts

Returns:

  • (Integer)

    duration in pcm samples



8
9
10
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 8

def bgm_duration
  @bgm_duration
end

#bgm_nameString

Get the name of the bgm to play

Returns:



11
12
13
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 11

def bgm_name
  @bgm_name
end

#control_waitFloat

Get the duration the controls has to wait before showing

Returns:

  • (Float)


20
21
22
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 20

def control_wait
  @control_wait
end

#intro_movie_map_idInteger

Get the intro movie map id

Returns:



5
6
7
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 5

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)


14
15
16
# File 'scripts/01450 Systems/00001 Title/00001 Configs.rb', line 14

def language_selection_enabled
  @language_selection_enabled
end