Functions
Programming for Animation Devblog » Devlog
A block of code that runs when it is called.
Can be called multiple times to be ran multiple times.
Can receive and return data.
Has its own local variables.
Defined by using the def keyword, the function name and then closed brackets to hold arguments.
Programming for Animation Devblog
Status | In development |
Category | Other |
Author | phocion1 |
More posts
- OperatorsDec 16, 2022
- Python in MayaDec 16, 2022
- Variables and Data Types ContinuedDec 16, 2022
- Classes/ObjectsDec 16, 2022
- Data TypesDec 16, 2022
- VariablesOct 10, 2022
Leave a comment
Log in with itch.io to leave a comment.