Skip to content

Commit e28aacd

Browse files
Add setTime to the code-conventions (SkriptLang#5248)
Co-authored-by: Kenzie <admin@moderocky.com>
1 parent 467e323 commit e28aacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ If we need to remove or alter contributed code due to a licensing issue we will
111111

112112
* When extending one of following classes: SimpleExpression, SimplePropertyExpression, Effect, Condition...
113113
- Put overridden methods in order
114-
- SimpleExpression: init -> get (getAll) -> (acceptChange) -> (change) -> isSingle -> getReturnType -> toString
115-
- SimplePropertyExpression: -> (init) -> convert -> (acceptChange) -> (change) -> getReturnType -> getPropertyName
114+
- SimpleExpression: init -> get/getAll -> acceptChange -> change -> setTime -> getTime -> isSingle -> getReturnType -> toString
115+
- SimplePropertyExpression: -> init -> convert -> acceptChange -> change -> setTime -> getTime -> getReturnType -> getPropertyName
116116
- Effect: init -> execute -> toString
117117
- Condition: init -> check -> toString
118118
- PropertyCondition: (init) -> check -> (getPropertyType) -> getPropertyName

0 commit comments

Comments
 (0)