Skip to content

Commit e92fbee

Browse files
ywwgacolombier
andauthored
Update proposals/2025-12-02_controller_shared_data.md
Co-authored-by: Antoine Colombier <7086688+acolombier@users.noreply.github.com>
1 parent 865ef6f commit e92fbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proposals/2025-12-02_controller_shared_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ functions:
146146

147147
excuse the pseudo-js:
148148

149-
`engine.GetSharedData(entity: string, key: string): Error | any`
149+
`engine.getSharedData(entity: Entity, key: string): SafeData?`
150150

151151
`namespace` is set automatically by the engine code, so controllers can't get
152152
that wrong.

0 commit comments

Comments
 (0)