mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
cbf3460225
commit
7cedcb6e06
@ -37,7 +37,7 @@ class FunctionInterval(Interval):
|
||||
class EventInterval(FunctionInterval):
|
||||
# Initialization
|
||||
def __init__(self, event, sentArgs=[]):
|
||||
"""__init__(name, sentArgs)
|
||||
"""__init__(event, sentArgs)
|
||||
"""
|
||||
def sendFunc(event = event, sentArgs = sentArgs):
|
||||
messenger.send(event, sentArgs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user