From fdaa2920eb21fff3320a17e9239e04dfadecdb00 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 18 Apr 2015 14:38:54 -0300 Subject: Updated copyright year in all headers --- core/core_string_names.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/core_string_names.h') diff --git a/core/core_string_names.h b/core/core_string_names.h index e2982acc1a..bf32e5f8c1 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ -- cgit v1.2.3 From 1f8e3117dd8643b9c6d6127a891a0f4673479fa2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 24 Apr 2015 20:45:07 -0300 Subject: Ability to convert from nodes or other non resource with a get_rid() function to a rid --- core/core_string_names.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/core_string_names.h') diff --git a/core/core_string_names.h b/core/core_string_names.h index bf32e5f8c1..8bda1f3f79 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -56,6 +56,7 @@ public: StringName _iter_init; StringName _iter_next; StringName _iter_get; + StringName get_rid; }; -- cgit v1.2.3