File:Npc simple.png: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
Maintenance script uploaded File:Npc simple.png Tag: Server-side upload |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<source lang="dot"> |
|||
digraph finite_state_machine { |
|||
rankdir=LR |
|||
IDLE -> ATTENDING [ label = "hi" ]; |
|||
ATTENDING -> ATTENDING [ label = "help" ]; |
|||
ATTENDING -> ATTENDING [ label = "job" ]; |
|||
ATTENDING -> IDLE [ label = "bye" ]; |
|||
} |
|||
</source> |
|||
Latest revision as of 15:41, 22 March 2026
<source lang="dot"> digraph finite_state_machine {
rankdir=LR IDLE -> ATTENDING [ label = "hi" ]; ATTENDING -> ATTENDING [ label = "help" ]; ATTENDING -> ATTENDING [ label = "job" ]; ATTENDING -> IDLE [ label = "bye" ];
} </source>
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 15:41, 22 March 2026 | 349 × 159 (13 KB) | Maintenance script (talk | contribs) | == Summary == Importing file |
File usage
The following file is a duplicate of this file (more details):
The following page uses this file: