diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-07-29 20:39:11 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-07-30 00:13:56 +0200 |
| commit | 13dd7af18426309afcbff92496d4446dfbdf03f2 (patch) | |
| tree | 130fd984bb7a0afa393743e391243a87bc972609 /Script.c | |
| parent | 23bb101d5c728b2378bdb6e816d400e88d6b3372 (diff) | |
| download | DTEffectContext.c4d-13dd7af18426309afcbff92496d4446dfbdf03f2.tar.gz DTEffectContext.c4d-13dd7af18426309afcbff92496d4446dfbdf03f2.zip | |
Diffstat (limited to 'Script.c')
| -rw-r--r-- | Script.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ static const DT_EffectContext_Helper = CM7I; global func AddContextMenuEntry(callback, condition, object target) { ContextMenuEntry_Helper = ContextMenuEntry_Helper || CreateObject(CM7I); - return AddEffect("IntCtxMenuEntry" , target || this, 1, 0, ContextMenuEntry_Helper, 0, callback, condition); + return AddEffect("IntCtxMenuEntry", target || this, 1, 0, ContextMenuEntry_Helper, 0, callback, condition); } global func RemoveContextMenuEntry(int id, object target) @@ -32,4 +32,4 @@ func FxIntCtxMenuEntryContext(object target, int effectNumber, object menuObject { [Dynamischer Eintrag|Condition=FxIntCtxMenuEntryConditionContext|Image=FLNT] return EffectVar(0, target, effectNumber) && target->Call(EffectVar(0, target, effectNumber), [target, effectNumber, menuObject, image]); -} +}
\ No newline at end of file |
