storing method, not just name in message
goes with a rename and other admin
This commit is contained in:
@ -31,8 +31,8 @@ module Virtual
|
||||
end
|
||||
end
|
||||
|
||||
# MessageName of the current message
|
||||
class MessageName < MessageSlot
|
||||
# MessageMethod of the current message
|
||||
class MessageMethod < MessageSlot
|
||||
def initialize type = Unknown, value = nil
|
||||
super( type , value )
|
||||
end
|
||||
|
@ -31,14 +31,14 @@ module Virtual
|
||||
end
|
||||
end
|
||||
|
||||
# NewMessageName of the next message
|
||||
class NewMessageName < NewMessageSlot
|
||||
# NewMessageMethod of the next message
|
||||
class NewMessageMethod < NewMessageSlot
|
||||
def initialize type = Unknown, value = nil
|
||||
super( type , value )
|
||||
end
|
||||
end
|
||||
|
||||
# NewMessageName of the next message
|
||||
# NewMessageMethod of the next message
|
||||
class NewArgSlot < NewMessageSlot
|
||||
def initialize index , type = Unknown, value = nil
|
||||
@index = index
|
Reference in New Issue
Block a user