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