This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
LEFTONE/core/loplayer/player.crial

15 lines
342 B
Plaintext
Raw Normal View History

/* CRIAL
SERIALIZER_BEGIN
mpkutil_pack_str(packer, "$name");
$code_pack(&player->$name, packer);
END
DESERIALIZER_BEGIN
if (!$code_unpack(
&player->$name, mpkutil_get_map_item_by_str(root, "$name"))) {
return false;
}
END
PROPERTY stances = loplayer_stance_set
PROPERTY event = loplayer_event
*/