Class: FMOD::System::Plugin

Inherits:
Struct
  • Object
show all
Defined in:
lib/fmod/system.rb

Overview

Defines the information to display for the selected plugin.

Instance Attribute Summary collapse

Instance Attribute Details

#handleInteger

The plugin handle.

Returns:

  • (Integer)

    the current value of handle



61
62
63
# File 'lib/fmod/system.rb', line 61

def handle
  @handle
end

#nameString

The name of the plugin.

Returns:

  • (String)

    the current value of name



61
62
63
# File 'lib/fmod/system.rb', line 61

def name
  @name
end

#typeInteger

The type of the plugin.

Returns:

  • (Integer)

    the current value of type



61
62
63
# File 'lib/fmod/system.rb', line 61

def type
  @type
end

#versionInteger

The version number set by the plugin.

Returns:

  • (Integer)

    the current value of version



61
62
63
# File 'lib/fmod/system.rb', line 61

def version
  @version
end