Documentation ¶
Overview ¶
Package reg implements cross-platform registry utilities for Warcraft III.
Index ¶
- Variables
- func Delete(key string) error
- func ReadInt32(key string) (uint32, error)
- func ReadInt64(key string) (uint64, error)
- func ReadString(key string) (string, error)
- func ReadStrings(key string) ([]string, error)
- func WriteInt32(key string, val uint32) error
- func WriteInt64(key string, val uint64) error
- func WriteString(key string, val string) error
- func WriteStrings(key string, val []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImplemented = errors.New("reg: Method not implemented for platform")
)
Errors
Functions ¶
func ReadString ¶
ReadString reads string value from registry
func ReadStrings ¶
ReadStrings reads string list from registry
func WriteInt32 ¶
WriteInt32 writes integer value to registry
func WriteInt64 ¶
WriteInt64 writes integer value to registry
func WriteString ¶
WriteString writes string value to registry
func WriteStrings ¶
WriteStrings writes string list to registry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.